]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/index.html
Only have one h1 per page
[dujemihanovic.xyz.git] / layouts / index.html
index 567a4ab6d6856a1c69a7996b8d11dda424471cb1..98ec5e6df9181db984ea80750f36184c278482ea 100644 (file)
@@ -1,6 +1,6 @@
 {{ define "main" }}
 {{ .Content }}
-<h1>Recent Posts</h1>
+<h2>Recent Posts</h2>
 <ul>
        {{ range first 5 ($.Site.GetPage "/posts").Pages }}
        <li><a href="{{ .RelPermalink }}">{{ .Title }}</a> - {{ .Date.Format "January 2, 2006" }}</li>