site/themes/sitetheme/layouts/partials/footer.html

12 lines
848 B
HTML

<footer class="footer">
<div>
This site (frontend and backend) is licensed under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPLv3</a> or later, with images and text also available under the <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA 4.0</a>, at your discretion.
</div>
<hr>
<!--FEED-->
<!--<a href="/index.xml"><img src="/images/feed.svg" style="height: 30px; width: 30px; float: left; margin-left: 3%" alt="RSS Feed"></a>-->
<!--WEBRING-->
{{ $url := urls.Parse .Site.BaseURL }}
<div class="webring"><a href="https://fediring.net/previous?host={{ $url.Host }}" title="Previous Webring site">Previous</a> <a href="https://fediring.net">Fediring</a> <a href="https://fediring.net/next?host={{ $url.Host }}" title="Next webring site">Next</a></div>
</footer>