From 133356191ae549aac4589934037fc1ea96723597 Mon Sep 17 00:00:00 2001 From: Bat Date: Mon, 3 Sep 2018 21:06:57 +0100 Subject: [PATCH] Fix link of the Atom feed for blogs Fixes #192 --- templates/blogs/details.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/blogs/details.html.tera b/templates/blogs/details.html.tera index a07cdb72..d08d33d8 100644 --- a/templates/blogs/details.html.tera +++ b/templates/blogs/details.html.tera @@ -21,11 +21,11 @@

{{ "{{ count }} articles in this blog" | _n(singular="One article in this blog", count = n_articles) }}

- +

{{ "Latest articles" | _ }} - +

{% if posts | length < 1 %}

{{ "No posts to see here yet." | _ }}