fotter: fix Links do not have a discernible name for go-to-top btn

This commit is contained in:
Aditya Telange 2020-12-29 17:03:22 +05:30
parent c9fa6c7915
commit 0e9ca244dc
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -9,9 +9,8 @@
<span>&middot;</span>
<span>Theme <a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a></span>
</footer>
<a href="#top">
<button class="top-link" id="top-link" type="button" aria-label="go to top" title="Go to Top (Alt + G)"
accesskey="g">
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)">
<button class="top-link" id="top-link" type="button" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6">
<path d="M12 6H0l6-6z" />
</svg>