From c108ed71575a928045e8177d8a633e90de0ecc00 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 21 Aug 2023 08:56:25 +0200 Subject: [PATCH] [THEME] Fix rss link depreciation --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 021136b..53674b3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -20,7 +20,7 @@ {{ end }} - + {{ if and (.Site.Params.favicon) (fileExists (print "static/images/" .Site.Params.favicon)) }} {{ $name := .Site.Params.favicon }} {{ $splitted := split $name "." }}