site/layouts/partials/footer.html

14 lines
727 B
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>
</footer>