Fun footer links (Powered by Zola and Duckquill)

This commit is contained in:
daudix
2024-06-20 03:32:05 +03:00
parent b70b152c53
commit 06abedb4b0
2 changed files with 15 additions and 1 deletions

View File

@ -50,7 +50,7 @@
{% if config.extra.footer.show_powered_by %}
<p>
<small>
{{ trans(key="footer_powered_by", lang=lang) }} <a href="https://www.getzola.org">Zola</a> {{ trans(key="footer_powered_by_and", lang=lang) }} <a href="https://daudix.codeberg.page/duckquill">Duckquill</a>
{{ trans(key="footer_powered_by", lang=lang) }} <a class="link" href="https://www.getzola.org">Zola</a> {{ trans(key="footer_powered_by_and", lang=lang) }} <a class="link" href="https://daudix.codeberg.page/duckquill">Duckquill</a>
</small>
</p>
{% endif %}