summaryrefslogtreecommitdiff
path: root/template/news/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/news/index.html.j2
parentcdb0ab1e401d7ca2d956494dbb50fbc81449427d (diff)
downloadwww-381a8bdc522f8a9be9d84c27ddacb0ab31a85009.tar.gz
www-381a8bdc522f8a9be9d84c27ddacb0ab31a85009.tar.bz2
www-381a8bdc522f8a9be9d84c27ddacb0ab31a85009.zip
fix rss renderer
Diffstat (limited to 'template/news/index.html.j2')
-rw-r--r--template/news/index.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index eb9edd6c..5c5cf284 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -32,8 +32,8 @@
</p>
</header>
<p class="item-abstract">
- {{ get_abstract(item['page'], 500) }} <br/>
- [<a href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
+ {{ get_abstract('news/' + item['page'], 500) }} <br/>
+ [<a href="{{ url_localized('news/' + item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
</p>
</section>
</li>