add onion site as meta tag http-equiv

This commit is contained in:
Moritz Hölting 2025-02-09 17:57:19 +01:00
parent 9954dd0979
commit f73478a9d1
2 changed files with 4224 additions and 4003 deletions

File diff suppressed because it is too large Load Diff

View File

@ -66,6 +66,12 @@ const { title, description, image = "/open-graph.jpg" } = Astro.props;
href={`${Astro.site}rss.xml`}
/>
<!-- Alternative Onion/Tor site -->
<meta
http-equiv="onion-location"
content={`http://hoeltingqgu7jntic7tj4wdamw42zbl26yzpw4guwgor4aejwp6zjvid.onion${Astro.url.pathname}`}
/>
<!-- Global Scripts -->
<script is:inline src="/js/theme.js"></script>
<script is:inline src="/js/scroll.js"></script>