From c5c7ae1f3a8cf6e1a0a841f4145f01f3e0cc2560 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
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)$
         <h1 class="article-subtitle">$subtitle$</h1>
 $endif$
         <div class="article-metadata">
-$if(date_display)$
-          <time class="article-timestamp" $if(date)$datetime="$date$"$endif$>$date_display$,</time>
-$endif$
-          by <span class="article-author">Zhiming Wang</span>
+          $if(date_display)$<time class="article-timestamp" $if(date)$datetime="$date$"$endif$>$date_display$</time>, $endif$by <span class="article-author">Zhiming Wang</span>
         </div>
       </header>
 $endif$
-- 
cgit v1.2.1