Update index.html
Browse files- index.html +0 -5
index.html
CHANGED
@@ -62,13 +62,8 @@
|
|
62 |
<section class="posts">
|
63 |
|
64 |
<article class="post">
|
65 |
-
<h4>$name</h4>
|
66 |
-
<time datetime="YYYY-MM-DD">Post Date</time>
|
67 |
-
<h2>$title</h2>
|
68 |
-
<p>Short post summary...</p>
|
69 |
<div>$body</div>
|
70 |
|
71 |
-
<a href="#readmore" class="button">Read More</a>
|
72 |
</article>
|
73 |
<!-- More posts here -->
|
74 |
</section>
|
|
|
62 |
<section class="posts">
|
63 |
|
64 |
<article class="post">
|
|
|
|
|
|
|
|
|
65 |
<div>$body</div>
|
66 |
|
|
|
67 |
</article>
|
68 |
<!-- More posts here -->
|
69 |
</section>
|