diff options
Diffstat (limited to '')
-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> |