From ebedef09ab8a05ae53db9d0ba342abdd9d1000be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Mon, 11 May 2020 15:29:36 +0200 Subject: [PATCH] Add link to RSS feed to --- themes/patek/layouts/_default/baseof.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/patek/layouts/_default/baseof.html b/themes/patek/layouts/_default/baseof.html index 2beb50c..4430c4e 100644 --- a/themes/patek/layouts/_default/baseof.html +++ b/themes/patek/layouts/_default/baseof.html @@ -6,6 +6,9 @@ {{ block "title" . }}{{ .Title }} | {{ .Site.Title }}{{ end }} {{ $favicon := resources.Get "img/favicon.ico" }} + {{ with .OutputFormats.Get "rss" -}} + + {{- end }} {{ block "css" . -}}