~jshholland/inv.alid.pw

1f9a4264f0d8883dd3e8d8bac578dcd3422d1379 — Josh Holland 6 months ago dd63506
Adjust sectioning in index page
1 files changed, 5 insertions(+), 1 deletions(-)

M templates/index.html
M templates/index.html => templates/index.html +5 -1
@@ 1,7 1,9 @@
$body$

$if(posts)$
<h2>Posts</h2>
<section>

<h1>Posts</h1>

<a href="/atom.xml" rel="alternate"
	 type="application/atom+xml">Atom</a>


@@ 13,4 15,6 @@ $if(posts)$
  <li><a href="$it.url$">$it.title$</a> - $it.date$</li>
  $endfor$
</ul>

</section>
$endif$