From 57cb851cb769b1ce90d8311b2846dd7eaed17b74 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 10 Jul 2016 10:19:40 +0800 Subject: template.html: Put author and date on separate lines, and ... only display author when explicitly set in Pandoc metadata. Most if not all posts are by me, and there are plenty of occurrences of "Zhiming Wang" on the page. Also make authorship and date info normal instead of italic -- italic doesn't look very nice here. --- source/template.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source/template.html') diff --git a/source/template.html b/source/template.html index 5d18121b..eac772c4 100644 --- a/source/template.html +++ b/source/template.html @@ -37,7 +37,12 @@ $if(subtitle)$

$subtitle$

$endif$
- $if(date_display)$, $endif$by +$if(author)$ +
+$endif$ +$if(date_display)$ + +$endif$
$endif$ -- cgit v1.2.1