diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-13 12:49:40 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-13 12:50:54 -0700 |
commit | e337c56388eb0eaef3d73cd25598afab1c1233a0 (patch) | |
tree | 5384e56f82b79d8bc363818df76b2265b89cd9ef /templates | |
parent | 90f24ebea554d5cea2967674cb8e7248a7709283 (diff) | |
download | my_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 'templates')
-rw-r--r-- | templates/template.html | 7 |
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> |