aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-10 18:48:57 +0200
committerFlorian Dold <florian@dold.me>2021-05-10 18:48:57 +0200
commitb85f5762d73c6469fbea9ac6d5cc153d8d11cd36 (patch)
tree41479b09475a831c144b050229ff95a421c9216f
parentd6ded304e6a148e5b2a5410c9d629d77301c7de7 (diff)
downloadwww-b85f5762d73c6469fbea9ac6d5cc153d8d11cd36.tar.gz
www-b85f5762d73c6469fbea9ac6d5cc153d8d11cd36.zip
fix broken link on old news page
-rw-r--r--common/old-news.j2.inc2
-rw-r--r--locale/de/LC_MESSAGES/messages.mobin152453 -> 168721 bytes
-rw-r--r--locale/en/LC_MESSAGES/messages.mobin443 -> 443 bytes
-rw-r--r--locale/fr/LC_MESSAGES/messages.mobin24775 -> 27000 bytes
-rw-r--r--locale/it/LC_MESSAGES/messages.mobin111142 -> 119317 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/common/old-news.j2.inc b/common/old-news.j2.inc
index 35da2f08..d4d45ef4 100644
--- a/common/old-news.j2.inc
+++ b/common/old-news.j2.inc
@@ -31,7 +31,7 @@
31 </header> 31 </header>
32 <p class="item-abstract"> 32 <p class="item-abstract">
33 {{ get_abstract(item['page'], 1000) }} <br/> 33 {{ get_abstract(item['page'], 1000) }} <br/>
34 [<a href="{{ item['page'] }}" title="{{ item['date']}}">{{ _("read more") }}</a>] 34 [<a href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
35 </p> 35 </p>
36 </section> 36 </section>
37 </li> 37 </li>
diff --git a/locale/de/LC_MESSAGES/messages.mo b/locale/de/LC_MESSAGES/messages.mo
index 9a53c988..f6460dc4 100644
--- a/locale/de/LC_MESSAGES/messages.mo
+++ b/locale/de/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/en/LC_MESSAGES/messages.mo b/locale/en/LC_MESSAGES/messages.mo
index f14e0d1b..e45020c6 100644
--- a/locale/en/LC_MESSAGES/messages.mo
+++ b/locale/en/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/fr/LC_MESSAGES/messages.mo b/locale/fr/LC_MESSAGES/messages.mo
index d014dd8e..3586e60a 100644
--- a/locale/fr/LC_MESSAGES/messages.mo
+++ b/locale/fr/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/it/LC_MESSAGES/messages.mo b/locale/it/LC_MESSAGES/messages.mo
index 3abace12..ff66f1f1 100644
--- a/locale/it/LC_MESSAGES/messages.mo
+++ b/locale/it/LC_MESSAGES/messages.mo
Binary files differ