Remove back to top button

It's kind of ugly and weird, and probably not necessary. I might add it
back in the future if it's actually needed again.
This commit is contained in:
2023-11-05 17:41:59 -06:00
parent 9ca15a198f
commit c980ced2fb
3 changed files with 0 additions and 43 deletions

View File

@ -4,20 +4,8 @@
{{ partial "head.html" . }}
<body>
<a id="top" aria-hidden="true"></a>
<a id="skip-to-main" href="#main-content">Skip to main content</a>
<a id="back-to-top" href="#top" aria-label="{{ i18n "aria_back_to_top_button" }}">
{{ partial "icon.html" "chevron-up" }}
</a>
<noscript>
<style>
#back-to-top {
display: block;
}
</style>
</noscript>
{{ partial "top.html" . }}
<div class="main-container">