about summary refs log tree commit diff stats
path: root/templates/taxonomy_single.html
diff options
context:
space:
mode:
authorAlan Pearce2024-02-18 13:58:34 +0100
committerAlan Pearce2024-02-18 20:40:21 +0100
commita6000685cfcbb4253f634b44637b599cec96d5bc (patch)
tree14bbf91452f561d8a5b084985a409efa4e5238b0 /templates/taxonomy_single.html
parent5a936b5c413b541c5523da6b4ebdc46f996f7360 (diff)
downloadzola-bearblog-a6000685cfcbb4253f634b44637b599cec96d5bc.tar.lz
zola-bearblog-a6000685cfcbb4253f634b44637b599cec96d5bc.tar.zst
zola-bearblog-a6000685cfcbb4253f634b44637b599cec96d5bc.zip
Create basic German version of website
Diffstat (limited to 'templates/taxonomy_single.html')
-rw-r--r--templates/taxonomy_single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html
index 0f640a2..a8ca536 100644
--- a/templates/taxonomy_single.html
+++ b/templates/taxonomy_single.html
@@ -22,7 +22,7 @@
         </li>
       {% else %}
         <li>
-          No posts yet
+          {{ trans(key="no_posts", lang=lang) }}
         </li>
       {% endfor %}
     </ul>