diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template.html | 3 |
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> |