From a6000685cfcbb4253f634b44637b599cec96d5bc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Feb 2024 13:58:34 +0100 Subject: Create basic German version of website --- templates/section.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/section.html') diff --git a/templates/section.html b/templates/section.html index f3c218a..9560719 100644 --- a/templates/section.html +++ b/templates/section.html @@ -3,9 +3,9 @@ {% block main %}
{%- if taxonomy.term %} -

Filtering for "{{ section.title }}"

+

{{ trans(key="filtering_for",lang=lang)}} "{{ section.title }}"

- Remove filter + {{ trans(key="remove_filter", lang=lang) }} {%- endif %}
- {% set tags = get_taxonomy(kind="tags") %} + {% set tags = get_taxonomy(kind="tags", lang=lang) %} {% for post in tags.items %} #{{ post.name }}  {% endfor %} -- cgit 1.4.1