From 94a9ef9972f06f1cd0f30921012f3dc93571eb7a Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 25 Sep 2015 21:10:51 -0700 Subject: template: put article-metadata in div tag instead of h2 Date and author shouldn't be in the document outline. --- templates/template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/template.html b/templates/template.html index 21d27504..2b0115d7 100644 --- a/templates/template.html +++ b/templates/template.html @@ -40,12 +40,12 @@ $if(title)$ $if(subtitle)$

$subtitle$

$endif$ -

+

+ $endif$ $body$ -- cgit v1.2.1