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: {{ . }}