From c1548db124e2c82d8f093099ba7954f4ae9d1109 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Thu, 12 Mar 2020 10:38:51 +0100 Subject: [PATCH] adds webhooks --- themes/xsfx/layouts/_default/baseof.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/xsfx/layouts/_default/baseof.html b/themes/xsfx/layouts/_default/baseof.html index 45ac836..ceca18c 100644 --- a/themes/xsfx/layouts/_default/baseof.html +++ b/themes/xsfx/layouts/_default/baseof.html @@ -8,6 +8,8 @@ {{ with .Site.Params.author }}{{ end }} + + {{ with .OutputFormats.Get "RSS" -}} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{- end }}