Skip to content

Commit

Permalink
feat: librecounter stats
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Feb 12, 2024
1 parent b456b41 commit 1dda194
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,17 @@ const BODY_CLASS = import.meta.env.MODE === 'development' ? 'debug-screens' : ''
>
<slot />
</main>
<a href='https://librecounter.org/referer/show' class='hidden'></a>
<a
href='https://librecounter.org/referer/show'
target='_blank'
rel='noreferrer'
class='hidden'
>
<img
src='https://librecounter.org/counter.svg'
referrerpolicy='unsafe-url'
/>
</a>
<style is:global>
/* Reset by @souporserious */
* {
Expand Down

0 comments on commit 1dda194

Please sign in to comment.