diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-09-21 14:44:38 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-09-21 14:44:38 -0700 |
commit | 6458fe2de26e181178cf47c026ce989eed815dd1 (patch) | |
tree | 81198e09d2504d2aeaecbb4b065ecd958b801957 /templates | |
parent | 61f9afbdfb6209a98eabdfff1285bce87654ec2e (diff) | |
download | my_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')
-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> |