1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

refactor: improve JS/HTML for button back2top (#1054)

The current "back to top" button is built by `<a>` tag, it would be more appropriate to replace it with the `<button>` tag.
This commit is contained in:
Cotes Chung
2023-05-20 01:07:18 +08:00
committed by GitHub
parent bef2ac085e
commit f6bf6d0864
2 changed files with 11 additions and 8 deletions

View File

@@ -34,9 +34,9 @@ layout: compress
<div id="mask"></div>
<a id="back-to-top" href="#" aria-label="back-to-top" class="btn btn-lg btn-box-shadow" role="button">
<button id="back-to-top" aria-label="back-to-top" class="btn btn-lg btn-box-shadow">
<i class="fas fa-angle-up"></i>
</a>
</button>
{% if site.pwa.enabled %}
<div