From f0b911a328416fd308e441e5f350139e3a50d151 Mon Sep 17 00:00:00 2001 From: Baptiste Gelez Date: Tue, 6 Nov 2018 10:41:17 +0100 Subject: [PATCH] Fix RSS feed link on blog pages --- templates/blogs/details.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blogs/details.html.tera b/templates/blogs/details.html.tera index eba551aa..db2a4f37 100644 --- a/templates/blogs/details.html.tera +++ b/templates/blogs/details.html.tera @@ -25,7 +25,7 @@

{{ "Latest articles" | _ }} - {{ macros::feather(name="rss") }} + {{ macros::feather(name="rss") }}

{% if posts | length < 1 %}

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