aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-05-13 12:49:40 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-05-13 12:50:54 -0700
commite337c56388eb0eaef3d73cd25598afab1c1233a0 (patch)
tree5384e56f82b79d8bc363818df76b2265b89cd9ef /templates
parent90f24ebea554d5cea2967674cb8e7248a7709283 (diff)
downloadmy_new_personal_website-e337c56388eb0eaef3d73cd25598afab1c1233a0.tar.xz
my_new_personal_website-e337c56388eb0eaef3d73cd25598afab1c1233a0.zip
add support for lfooter (updated) and top level pages...
(other than index.html).
Diffstat (limited to '')
-rw-r--r--templates/template.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html
index cab2c033..6e9329c2 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -73,9 +73,16 @@ $endif$
$body$
<footer>
<hr>
+$if(updated)$
+<span class="lfooter">
+<time class="updated" datetime="$updated$"><code>$updated$</code></span>
+</span>
+$endif$
+<span class="rfooter">
<a class="feed-icon" href="/atom.xml" target="_blank" title="Atom feed">Atom feed icon</a>
<a class="cc-icon" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="Released under the Creative Commons Attribution 4.0 International license.">Creative Commons icon</a>
<a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a>
+</span>
</footer>
</article>
</body>