mirror of
https://github.com/Speyll/anemone.git
synced 2024-11-12 17:36:24 +00:00
13 lines
932 B
HTML
13 lines
932 B
HTML
<hr>
|
|
<div class=footContainer>
|
|
<div class="footLeft">
|
|
<p>Licensed under the <a target="_blank" rel="noopener noreferrer" href="https://en.wikipedia.org/wiki/MIT_License">MIT License</a>.<br>
|
|
Built with <a target="_blank" rel="noopener noreferrer" href="https://www.getzola.org">Zola</a> using <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/anemone">anemone</a> theme & <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/veqev">veqev</a> colors.<br>
|
|
</p>
|
|
</div>
|
|
{% 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>
|
|
{% endif %}
|
|
</div>
|