friendenstein/templates/footer.html

14 lines
921 B
HTML
Raw Normal View History

<hr>
<div class=footContainer>
<div class="footLeft">
2023-12-21 22:53:40 +01:00
<p>Licensed under the <a target="_blank" rel="noopener noreferrer" href="https://en.wikipedia.org/wiki/MIT_License">MIT License</a>.<br>
2023-12-22 12:19:19 +01:00
Built with <a target="_blank" rel="noopener noreferrer" href="https://www.getzola.org">Zola</a> combining the <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/anemone">anemone</a> and <a href="https://github.com/rhazdon/hugo-theme-hello-friend-ng/">hello-friend-ng</a> themes.<br>
</p>
</div>
2023-09-21 18:52:55 +02:00
{% if config.generate_feed %}
<div class="footRight">
<a class="icons__background" target="_blank" rel="noopener noreferrer" href="{{ get_url(path="atom.xml", trailing_slash=false) }}" title="Subscribe via RSS for updates."><svg class="icons icons__background"><use href="{{ get_url(path='icons.svg#rss', trailing_slash=false) | safe }}"></use></svg></a>
</div>
2023-09-21 18:52:55 +02:00
{% endif %}
2023-12-21 22:53:40 +01:00
</div>