commit 4cf5febb3e56a316dd2c0037c8b93ac928a08413 parent b484f7524dece3412c5e50ff64112ee3e7b0e63c Author: Frederic Cambus <fred@statdns.com> Date: Thu, 3 Mar 2016 23:19:25 +0100 Removing <h1> title from archives page, as it's now used as index Diffstat:
M | templates/archives.mustache | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/templates/archives.mustache b/templates/archives.mustache @@ -1,5 +1,4 @@ {{> header}} -<h1>{{page.title}}</h1> {{#site.posts}} <h3><a href="/{{url}}">{{title}}</a></h3> {{date}}