mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
fotter: fix Links do not have a discernible name for go-to-top btn
This commit is contained in:
parent
c9fa6c7915
commit
0e9ca244dc
@ -9,9 +9,8 @@
|
||||
<span>·</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>
|
||||
|
Loading…
Reference in New Issue
Block a user