Move view counter

This commit is contained in:
Bashy 2026-03-27 16:59:33 +01:00
parent 52ae011cb6
commit c78d79d795
2 changed files with 5 additions and 2 deletions

View file

@ -16,7 +16,9 @@
<meta property="og:type" content="website">
<meta property="og:url" content="<%= config.url %>">
<script data-goatcounter="https://bashynx.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<% if (theme.visitCounter) { %>
<%- theme.visitCounter %>
<% } %>
<link rel="icon" href="<%= url_for(theme.favicon) %>">
@ -114,7 +116,7 @@
<div class="footer smoll">
<% if (theme.hexo) { %>
<div class="hexo footer">
Powered by Hexo, theme <a href="https://tapestry.demo.bashynx.dev" target="_blank">Tapestry Code (WIP)</a><br>
Powered by Hexo, theme <a href="https://github.com/HackmanClub/tapestry-code" target="_blank">Tapestry Code</a><br>
</div>
<% } %>
<% if (theme.copyright) { %>