aboutsummaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 6bc85b2f..4114785f 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -26,7 +26,7 @@
26 <h2>{{ _("Latest news") }}</h2> 26 <h2>{{ _("Latest news") }}</h2>
27 <p> 27 <p>
28 {% for item in newsdata[:3] %} 28 {% for item in newsdata[:3] %}
29 <a class="link" href="news/{{ item['page'] }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a><br/> 29 <a class="link" href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a><br/>
30 {% endfor %} 30 {% endfor %}
31 <br/> 31 <br/>
32 <a class="link" href="{{ url_localized('news/index.html')}}">{{ _("Older news entries") }}</a> 32 <a class="link" href="{{ url_localized('news/index.html')}}">{{ _("Older news entries") }}</a>