summaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-21 20:56:32 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-21 20:56:32 +0200
commit381a8bdc522f8a9be9d84c27ddacb0ab31a85009 (patch)
treed51d75f02b3515b25d0f0e48be2416bb93dbdd1f /template/index.html.j2
parentcdb0ab1e401d7ca2d956494dbb50fbc81449427d (diff)
downloadwww-381a8bdc522f8a9be9d84c27ddacb0ab31a85009.tar.gz
www-381a8bdc522f8a9be9d84c27ddacb0ab31a85009.tar.bz2
www-381a8bdc522f8a9be9d84c27ddacb0ab31a85009.zip
fix rss renderer
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 a7a291f5..6f43bff2 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -57,7 +57,7 @@
</div>
{% for item in newsdata[:3] %}
<div class="col-12">
- <a href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a>
+ <a href="{{ url_localized('news/' + item['page']) }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a>
</div>
{% endfor %}
</div>