aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/template.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/template.html b/templates/template.html
index 3fb46776..cab2c033 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -45,7 +45,7 @@ ga('send', 'pageview');
<body>
<nav>
<div style="height:150px; width:100px; text-align:center;">
-<a href="/"><img src="/img/icon-100.png" height="100" width="100" style="padding: 2px 0;"></a>
+<a href="/"><img src="/img/icon-100.png" alt="blog icon" height="100" width="100" style="padding: 2px 0;"></a>
<div style="padding: 1px 0;"><a href="/"><strong>dl? cmplnts?</strong></a></div>
<div style="font-size: 9pt;">by <a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a></div>
</div>
@@ -73,8 +73,8 @@ $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 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>
</footer>
</article>