Remove title attribute for back to top link
This commit is contained in:
parent
2d162398b4
commit
348d303d3a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue