aboutsummaryrefslogtreecommitdiff
path: root/templates/template.html
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-06-10 00:42:26 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-06-10 00:42:26 -0700
commit695b9903cc45598b7b69a15404c34ec780f08fac (patch)
treef2565fa0408f532965766c1f217dc60334e22c3a /templates/template.html
parent392e2293e49fd9c7a96afa16e5dbcc749dd736ca (diff)
downloadmy_new_personal_website-695b9903cc45598b7b69a15404c34ec780f08fac.tar.xz
my_new_personal_website-695b9903cc45598b7b69a15404c34ec780f08fac.zip
modify template and stylesheet to include RSS icon
Diffstat (limited to '')
-rw-r--r--templates/template.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/template.html b/templates/template.html
index 9e6efc0f..d6145a0e 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -79,8 +79,7 @@ $if(updated)$
</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 class="rss-icon" href="/rss.xml" target="_blank" title="RSS feed">RSS feed icon</a><a class="atom-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>