From 8e9a095130cef690e575ea0f9c4cca61e558aeb5 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Fri, 23 Jun 2023 00:06:03 +0000 Subject: [PATCH] history-navigation.html: removed "Read More" --- .../blog/modules/history-navigation.html | 25 +++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/src/templates/blog/modules/history-navigation.html b/src/templates/blog/modules/history-navigation.html index 96b3c188..699ffdb3 100644 --- a/src/templates/blog/modules/history-navigation.html +++ b/src/templates/blog/modules/history-navigation.html @@ -1,8 +1,6 @@ -
{{ _("Read More") }}
+

{{ _("Authors") }}

-
{{ _("Authors") }}
- -
+ +
+
+ {% for account in authors %} +
+
+ +
+ +
{{ account.name or account.nickname }}
+
+ {% end %} +
-
{{ _("Years") }}
+
{{ _("Years") }}
- \ No newline at end of file -- 2.47.3