mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Don't hide the back to top button if JS is disabled
This commit is contained in:
parent
40f6ed20fe
commit
e9d8efce44
@ -32,6 +32,13 @@
|
|||||||
<a id="back-to-top" href="#top">
|
<a id="back-to-top" href="#top">
|
||||||
{{ partial "icon.html" "chevron-up" }}
|
{{ partial "icon.html" "chevron-up" }}
|
||||||
</a>
|
</a>
|
||||||
|
<noscript>
|
||||||
|
<style>
|
||||||
|
#back-to-top {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</noscript>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user