Remove title attribute for back to top link

This commit is contained in:
Helen Chong 2024-06-13 21:32:49 +08:00
parent 2d162398b4
commit 348d303d3a
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
{% set topLinkTitle = "Back to Top" %}
<a href="#top" class="top-btn" title="{{ topLinkTitle }}">
{{ topLinkTitle }}
</a>
<a href="#top" class="top-btn">Back to Top</a>
<style>
.top-btn,