From 57cf55fecca8d159e9b13df3df9a817fcd0c519b Mon Sep 17 00:00:00 2001 From: Baptiste Gelez Date: Wed, 31 Oct 2018 18:17:13 +0100 Subject: [PATCH] Fix RSS feed icon Closes #289 --- templates/blogs/details.html.tera | 2 +- templates/users/details.html.tera | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/blogs/details.html.tera b/templates/blogs/details.html.tera index 93b70d6e..eba551aa 100644 --- a/templates/blogs/details.html.tera +++ b/templates/blogs/details.html.tera @@ -25,7 +25,7 @@

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

{% if posts | length < 1 %}

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

diff --git a/templates/users/details.html.tera b/templates/users/details.html.tera index c48e9f21..0b0ac99e 100644 --- a/templates/users/details.html.tera +++ b/templates/users/details.html.tera @@ -21,7 +21,7 @@ {% if recents | length != 0 %}

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

{% for article in recents %}