footer: go-to-top: fix Uncrawlable Link

rm redundant a tag
This commit is contained in:
Aditya Telange 2020-12-06 19:45:46 +05:30
parent bb2717a3b9
commit f4b900de72
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -9,12 +9,10 @@
<span>&middot;</span>
<span>Theme <a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a></span>
</footer>
<a aria-label="go to top" title="Go to Top" accesskey="g">
<button class="top-link" id="top-link" type="button">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6">
<path d="M12 6H0l6-6z" /></svg>
</button>
</a>
<button class="top-link" id="top-link" type="button" aria-label="go to top" title="Go to Top" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6">
<path d="M12 6H0l6-6z" /></svg>
</button>
{{- partial "extend_footer.html" . -}}
{{ if in site.Params.mainSections .Type }}
{{- if not .Site.Params.assets.disableFingerprinting }}