From d64884d57539e9919dc1b10a3ecfadb26cba757b Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Tue, 12 Apr 2022 08:31:52 +0200 Subject: [PATCH] use / as base url for links in rss to avoid spamming webmentions --- themes/jefklak-creative-portfolio/layouts/_default/rss.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/jefklak-creative-portfolio/layouts/_default/rss.xml b/themes/jefklak-creative-portfolio/layouts/_default/rss.xml index c3a9eb9..4e3c9c9 100644 --- a/themes/jefklak-creative-portfolio/layouts/_default/rss.xml +++ b/themes/jefklak-creative-portfolio/layouts/_default/rss.xml @@ -80,18 +80,18 @@ {{ end }}

- By {{ .Site.Author.name }} on . + By {{ .Site.Author.name }} on .

{{ if .Params.game_name }}

{{ $platform := .CurrentSection.Title }} {{ with .CurrentSection.Params.platform }} -  Played on: {{ $platform }}
+  Played on: {{ $platform }}
{{ end }} {{ with .Params.game_genre }} {{ $tag := replaceRE `\s` "-" . }} -  Genre: {{ . }}
+  Genre: {{ . }}
{{ end }} {{ with .Params.game_release_year }}  Release year: {{ . }}