Skip to content
Snippets Groups Projects
Commit a8dd3593 authored by chrissi^'s avatar chrissi^
Browse files

Aktuelles: Add Feed-Symbol and Link to ATOM-feed

parent 96c30f66
Branches
No related tags found
No related merge requests found
Pipeline #1585 passed
......@@ -140,7 +140,7 @@ output: index.html
<div class="container">
<div class="row">
<hr>
<h1>Aktuelles:</h1>
<h1>Aktuelles: <a href="/all.atom.xml" ><i class="fas fa-rss pull-right" style="font-size: 80%;"></i></a></h1>
{% with entries = context.contents.filter(feedtag=True).order_by("date") %}
{% for entry in (entries|reverse|list)[:5] %}
<h3>{{entry.content_title}}</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment