site/layouts/partials/footer.html

26 lines
1.4 KiB
HTML

<hr>
<footer id="main-footer">
<p style="text-align: center;">Made with &hearts; by <a href="https://forero.xyz">forero</a>.</p>
<p style="text-align: center;">
The source code of this site can be found <a href="https://github.com/forerosantiago/site">here</a>.
</p>
{{ $version := slicestr (readFile ".git/refs/heads/main") 0 7 }}
<p style="text-align: center;">This website is running on version <a href="https://github.com/forerosantiago/site/commit/{{ $version }}">{{ $version }}</a>.</p>
<p style="text-align: center;">
<a href="https://hotlinewebring.club/forero/previous">&larr;</a> Hotline webring <a href="https://hotlinewebring.club/forero/next">&rarr;</a>
</p>
<p style="text-align: center;">
<a href="https://xn--sr8hvo.ws/%F0%9F%95%9B%F0%9F%93%93%F0%9F%98%98/previous">&larr;</a> An IndieWeb Webring 🕸💍 <a href="https://xn--sr8hvo.ws/%F0%9F%95%9B%F0%9F%93%93%F0%9F%98%98/next">&rarr;</a>
</p>
<p style="text-align: center;">
<a href='https://webring.dinhe.net/prev/forero.xyz'>&larr;</a> Retronaut webring <a href='https://webring.dinhe.net/next/forero.xyz'>&rarr;</a>
</p>
<a style="opacity: 100%;" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">
<img style="max-width: none; margin: auto; display:block;" src="/ad.png" alt="not an ad">
</a>
</footer>