aboutsummaryrefslogtreecommitdiff
path: root/templates/template.html
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-09-21 14:44:38 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-09-21 14:44:38 -0700
commit6458fe2de26e181178cf47c026ce989eed815dd1 (patch)
tree81198e09d2504d2aeaecbb4b065ecd958b801957 /templates/template.html
parent61f9afbdfb6209a98eabdfff1285bce87654ec2e (diff)
downloadmy_new_personal_website-6458fe2de26e181178cf47c026ce989eed815dd1.tar.xz
my_new_personal_website-6458fe2de26e181178cf47c026ce989eed815dd1.zip
pyblog: date-display => date_display, and update posts
Looks slightly more professional.
Diffstat (limited to 'templates/template.html')
-rw-r--r--templates/template.html4
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>