-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnippet-complete-blog-entry.html
79 lines (64 loc) · 3.69 KB
/
snippet-complete-blog-entry.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!-- BLOG POST -->
<!-- BEFORE THE FLIP FIELD -->
<!-- add preview copy in plain paragraphs -->
<!-- AFTER THE FLIP FIELD -->
<!-- blog post text goes here -->
<!-- items to mix into the summary text: -->
<!-- blockquotes, various kinds -->
<blockquote>text in your blockquote</blockquote>
<blockquote class="right">text in your blockquote</blockquote>
<blockquote class="left">text in your blockquote</blockquote>
<!-- inline images -->
<!-- upload images: 500px wide for half column, 1000px for full -->
<!-- 1. remove height="" and width="" attributes -->
<!-- 2. add class="right" or class="left" attributes -->
<!-- regular image spanning the whole column -->
<img src="LINKTOIMAGE" alt="ALT TEXT (description of the image)">
<!-- image aligned to right -->
<img src="LINKTOIMAGE" class="right" alt="ALT TEXT (description of the image)">
<!-- image aligned to left -->
<img src="LINKTOIMAGE" class="left" alt="ALT TEXT (description of the image)">
<!-- ITEMS TO ADD AT END -->
<!-- footnotes -->
<div class="footnotes">
<!-- add footnote text here -->
</div><!-- ends footnotes -->
<!-- facebook link for commenting -->
<p class="commentslink"> <a href="https://www.facebook.com/PrklndInst/posts/10154055485581953" target="_blank">Comment on our Facebook page.</a></p>
<!-- photocredit -->
<p class="photocredit">Photo credit: <a href="#LINK_TO_PHOTOGRAPHER_PORTFOLIO_OR_IMAGE" target="_blank">PHOTOGRAPHERNAME</a> under a <a href="#LINK_TO_CC Licence" target="_blank">Creative Commons</a> licence.</p>
<!-- snippet for 2 related-reading boxes -->
<div id="related-block">
<div id="related-articles">
<div class="related related-2">
<a class="first" href="/making_it_home"><span class="related-type"><em>Fact Sheet</em> | Bob Barnetson</span><span class="related-title">Making It Home: Alberta Workplace Injuries and the Union Safety Dividend</span></a><!-- ends first -->
</div><!-- ends related -->
<div class="related related-2">
<a class="last" href="/a_dirty_business"><span class="related-type"><em>Report</em> | Bob Barnetson</span><span class="related-title">A Dirty Business: The Exclusion of Alberta Farm Workers From Injury Compensation</span></a><!-- ends last -->
</div><!-- ends related -->
</div><!-- ends related-articles -->
</div><!-- ends related-block -->
<!-- OR -->
<!-- snippet for 3 related-reading boxes -->
<div id="related-block">
<div id="related-articles">
<div class="related related-3">
<a class="first" href="/learning_the_lessons_of_past_royalty_reviews"><span class="related-type"><em>Blog</em> | Regan Boychuk</span><span class="related-title">Learning the Lessons of Past Royalty Reviews</span></a>
</div><!-- ends related -->
<div class="related related-3">
<a class="second" href="/misplaced_generosity"><span class="related-type"><em>Report</em> | Parkland Institute</span><span class="related-title">Misplaced Generosity: Update 2012</span></a>
</div><!-- ends related -->
<div class="related related-3">
<a class="last" href="/billions_forgone"><span class="related-type"><em>Fact Sheets</em> | Jim Roy</span><span class="related-title">Billions Forgone: The Decline in Alberta Oil and Gas Royalties</span></a>
</div><!-- ends related -->
</div><!-- ends related-articles block -->
</div><!-- ends related-reading block -->
<!-- OR -->
<!-- snippet for 1 related-reading box -->
<div id="related-block">
<div id="related-articles">
<div class="related related-1">
<a class="first" href="/making_it_home"><span class="related-type"><em>Fact Sheet</em> | Bob Barnetson</span><span class="related-title">Making It Home: Alberta Workplace Injuries and the Union Safety Dividend</span></a><!-- ends first -->
</div><!-- ends related -->
</div><!-- ends related-articles -->
</div><!-- ends related-block -->