From 561861395b02d0b078030affc92cb4b7bac88b6a Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 12 Nov 2022 23:29:20 +0100 Subject: [PATCH] fix rss link rendering (#68) --- _layouts/collection/collection_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/collection/collection_index.html b/_layouts/collection/collection_index.html index f01747f5..684d52fd 100644 --- a/_layouts/collection/collection_index.html +++ b/_layouts/collection/collection_index.html @@ -3,7 +3,7 @@ layout: default ---
-

{{ page.title_text }}

+

{{ page.title_text }}

{% assign cols = site[page.collection] %}