Skip to content

Commit 31e6984

Browse files
add img with wp class for better testing, and rewrap content in a div (for now)
1 parent 791d76b commit 31e6984

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/context/blog-post.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ <h1>What are the barriers to open culture? Here's what the CC community has to s
111111

112112
</header>
113113

114+
<div class="content">
115+
114116
<aside class="opening">
115117
<p>
116118
<span>part of the</span>
@@ -135,6 +137,11 @@ <h2>Let's Try This Again</h2>
135137

136138
<h3>Along The Way We Try</h3>
137139

140+
<figure>
141+
<img src="../imgs/image.jpg" class="alignright" />
142+
143+
<figcaption class="attribution">"<a href="https://thegreats.co/artworks/the-more-we-share-the-more-we-have-series-22">The More We Share, The More We Have (series 1/2)</a>" by <a href="https://thegreats.co/artists/pietro-soldi">Pietro Soldi</a> for Creative Commons &amp; Fine Acts is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></figcaption>
144+
</figure>
138145

139146
<p>Along with 600 million people, nine-year-old Chris Hadfield is glued to his television&mdash;watching intently as American astronaut Neil Armstrong glides down the ladder of the Lunar Module, and in one swift pounce, touches the dust of a familiar yet alien world. His words forever immortalized, "That's one small step for man, one giant leap for mankind."</p>
140147

@@ -203,6 +210,8 @@ <h2>Tags</h2>
203210
</ul>
204211
</article>
205212

213+
</div>
214+
206215
<article class="posts related">
207216
<h2>Related posts</h2>
208217

@@ -274,8 +283,6 @@ <h3><a href="#">Open Access in Practice: A Conversation with President Larry Kra
274283
</ul>
275284
</article>
276285

277-
278-
279286
</main>
280287

281288
<footer>

0 commit comments

Comments
 (0)