diff --git a/templates/partials/footer.html b/templates/partials/footer.html index f7cd2a2..f140d8e 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -46,7 +46,7 @@
{%- set zola_link = 'Zola' -%} - {%- set duckquill_link = 'Duckquill' -%} + {%- set duckquill_link = 'Duckling' -%} {{ macros_translate::translate(key="powered_by", default="Powered by $ZOLA and $DUCKQUILL", language_strings=language_strings) | replace(from="$ZOLA", to=zola_link) | replace(from="$DUCKQUILL", to=duckquill_link) | safe }}