Skip to content

Commit

Permalink
Update page.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BayuAngora committed Apr 6, 2024
1 parent 54b3466 commit e629746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/_default/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ <h1>{{ title }}</h1>
{{ content }}
{% include "search.html" %}
<div class="paginator">
<a class="prev" href="#">«</a>
<div id="mode" class="favicon">
<div id="dark"><img alt="{{ site.title }}" src="{{ site.baseurl }}favicon.svg"></div>
<div id="light" hidden><img alt="{{ site.title }}" src="{{ site.baseurl }}favicon.svg"></div>
<div id="share" class="share" hidden></div>
</div>
<a class="next" href="#">»</a>
</div>

</main>
Expand Down

0 comments on commit e629746

Please sign in to comment.