Omnibus commited on
Commit
64c6877
1 Parent(s): bbd06c4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -14,10 +14,12 @@
14
  <section class="posts">
15
 
16
  <article class="post">
17
- <h4>$name</h4>
18
  <time datetime="YYYY-MM-DD">Post Date</time>
19
  <h2>Post Title</h2>
20
  <p>Short post summary...</p>
 
 
21
  <a href="#readmore" class="button">Read More</a>
22
  </article>
23
  <!-- More posts here -->
 
14
  <section class="posts">
15
 
16
  <article class="post">
17
+ <h4>Name</h4>
18
  <time datetime="YYYY-MM-DD">Post Date</time>
19
  <h2>Post Title</h2>
20
  <p>Short post summary...</p>
21
+ <pre>$body</pre>
22
+
23
  <a href="#readmore" class="button">Read More</a>
24
  </article>
25
  <!-- More posts here -->