diff options
Diffstat (limited to 'templates/template.html')
-rw-r--r-- | templates/template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/template.html b/templates/template.html index 65f22d11..b3d2ade4 100644 --- a/templates/template.html +++ b/templates/template.html @@ -50,8 +50,8 @@ $if(subtitle)$ <h1 class="article-subtitle">$subtitle$</h1> $endif$ <h2 class="article-metadata"> -$if(date-display)$ - <time class="article-timestamp" $if(date)$datetime="$date$"$endif$>$date-display$,</time> +$if(date_display)$ + <time class="article-timestamp" $if(date)$datetime="$date$"$endif$>$date_display$,</time> $endif$ by <span class="article-author">Zhiming Wang</span> </h2> |