Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -14,6 +14,7 @@
|
|
14 |
<section class="posts">
|
15 |
|
16 |
<article class="post">
|
|
|
17 |
<time datetime="YYYY-MM-DD">Post Date</time>
|
18 |
<h2>Post Title</h2>
|
19 |
<p>Short post summary...</p>
|
|
|
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>
|