Skip to content

Commit

Permalink
update layout: add go to top-3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaifei committed Jun 21, 2024
1 parent 00e6b0b commit b5ff2ed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
{% endif %}
</header>

<div class="goTop">
<a href="#" class="goTopBtn jq-goTop">
<i class="fas fa-arrow-alt-circle-up fa-3x"></i>
</a>
</div>

<main id="content" class="main-content" role="main">
<div class="goTop">
<a href="#" class="goTopBtn jq-goTop">
<i class="fas fa-arrow-alt-circle-up fa-3x"></i>
</a>
</div>

{{ content }}

Expand Down

0 comments on commit b5ff2ed

Please sign in to comment.