revsuine.xyz/layouts/partials/footer.html

40 lines
1.7 KiB
HTML

<footer class="footer">
<hr />
<div class="socials-block">
<a class="socials-link" rel="me" href="https://mastodon.revsuine.xyz/@pid1">
<img class="socials-icon" src="/assets/mastodon_logo.svg" alt="Mastodon" />
</a>
<a class="socials-link" rel="me" href="https://git.revsuine.xyz/revsuine">
<img class="socials-icon" src="/assets/forgejo_logo.svg" alt="Self-Hosted Forgejo" />
</a>
<a class="socials-link" rel="me" href="https://codeberg.org/revsuine">
<img class="socials-icon" src="/assets/codeberg_logo.svg" alt="Codeberg" />
</a>
</div>
<p>Website contents licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
Generated with <a href="https://gohugo.io/">Hugo</a>. Website source available
<a href="https://git.revsuine.xyz/revsuine/revsuine.xyz/">here</a> and licensed under the
<a href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU General Public Licence v3</a>. <a
href="https://github.com/panr/hugo-theme-terminal">Theme</a> by <a href="https://github.com/panr/">panr</a>, which is
licensed under the <a href="https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md">MIT licence</a>.</p>
<p align="center">
<a href="/privacy_policy">Privacy Policy</a>
::
<a href="http://i7dbhcqchfxqak2ftfexagyoeys5722ltmpnd5zfzi64pmm7in6hjbad.onion">Onion</a>
</p>
</footer>
<!-- REQUIRED FOR PRISMJS: -->
{{ $menu := resources.Get "js/menu.js" | js.Build }}
{{ $prism := resources.Get "js/prism.js" | js.Build }}
{{ $bundle := slice $menu $prism | resources.Concat "bundle.js" | resources.Minify }}
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
<!-- /end prismjs stuff -->