forked from david-swift/duckling
Update link in footer
This commit is contained in:
parent
c9925bdef3
commit
7e9eca09d7
@ -46,7 +46,7 @@
|
||||
<p>
|
||||
<small>
|
||||
{%- set zola_link = '<a class="link external" href="https://www.getzola.org" rel="' ~ rel_attributes ~ '">Zola</a>' -%}
|
||||
{%- set duckquill_link = '<a class="link external" href="https://duckquill.daudix.one" rel="' ~ rel_attributes ~ '">Duckquill</a>' -%}
|
||||
{%- set duckquill_link = '<a class="link external" href="https://duckling.aparoksha.dev" rel="' ~ rel_attributes ~ '">Duckling</a>' -%}
|
||||
{{ 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 }}
|
||||
</small>
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user