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$