diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 19:31:51 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 19:32:33 -0700 |
commit | a7a0b2073f30b1d0214c3152998d95e40a39b438 (patch) | |
tree | 00d399fafa500a5cabe652cde27c99c9c293ec87 /templates/template.html | |
parent | 28b1853fdec7082785dd3f4c96e674c6c2f9d459 (diff) | |
download | my_new_personal_website-a7a0b2073f30b1d0214c3152998d95e40a39b438.tar.xz my_new_personal_website-a7a0b2073f30b1d0214c3152998d95e40a39b438.zip |
add feed icon to footer
Among other fixes and tweaks.
Diffstat (limited to 'templates/template.html')
-rw-r--r-- | templates/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html index fe32073c..aa45adc6 100644 --- a/templates/template.html +++ b/templates/template.html @@ -64,6 +64,7 @@ $endif$ $body$ <footer> <hr> +<a class="feed-icon" href="/atom.xml" target="_blank" title="Atom feed"> <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."> <a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a> </footer> |