all repos — zola-bearblog @ 7e54c877f64a33f6c57595581aa81038967e0ba3

Port of bear blog theme to zola

Minor translation fix: use the translated term for "remove filter"

g4m4
commit

7e54c877f64a33f6c57595581aa81038967e0ba3

parent

333e97f135264c3c220063b2b64bf4dc0b508f34

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M templates/taxonomy_single.htmltemplates/taxonomy_single.html
@@ -5,7 +5,7 @@ <main>
{%- if term %} <h3 class="filter">Filtering for "{{ term.name }}"</h3> <small> - <a href="{{ get_url(path="@/blog/_index.md", lang=lang) }}">Remove filter</a> + <a href="{{ get_url(path="@/blog/_index.md", lang=lang) }}">{{ trans(key="remove_filter", lang=lang) }}</a> </small> {%- endif %} <ul class="blog-posts">