diff options
author | Alan Pearce | 2024-02-18 13:58:34 +0100 |
---|---|---|
committer | Alan Pearce | 2024-02-18 20:40:21 +0100 |
commit | a6000685cfcbb4253f634b44637b599cec96d5bc (patch) | |
tree | 14bbf91452f561d8a5b084985a409efa4e5238b0 /templates/footer.html | |
parent | 5a936b5c413b541c5523da6b4ebdc46f996f7360 (diff) | |
download | zola-bearblog-a6000685cfcbb4253f634b44637b599cec96d5bc.tar.lz zola-bearblog-a6000685cfcbb4253f634b44637b599cec96d5bc.tar.zst zola-bearblog-a6000685cfcbb4253f634b44637b599cec96d5bc.zip |
Create basic German version of website
Diffstat (limited to 'templates/footer.html')
-rw-r--r-- | templates/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.html b/templates/footer.html index c952a93..6d4f0f7 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,5 +1,5 @@ <footer> {%- if not config.extra.hide_made_with_line %} - Made with <a href="https://codeberg.org/alanpearce/zola-bearblog">Zola ʕ•ᴥ•ʔ Bear</a> + {{ trans(key="made_with", lang=lang) }} <a href="https://codeberg.org/alanpearce/zola-bearblog">Zola ʕ•ᴥ•ʔ Bear</a> {%- endif %} </footer> |