From c5c7ae1f3a8cf6e1a0a841f4145f01f3e0cc2560 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 18 Mar 2016 14:09:40 -0700 Subject: template.html: Fix weird hanging space Fixes #13. --- source/template.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source') diff --git a/source/template.html b/source/template.html index a42df254..5d18121b 100644 --- a/source/template.html +++ b/source/template.html @@ -37,10 +37,7 @@ $if(subtitle)$

$subtitle$

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