From 4d31718ee1550eb805a2d5b3e2b80522e3987999 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Sat, 9 Apr 2022 22:58:18 +0200 Subject: [PATCH] fix platform url in RSS feed --- content/games/gameboycolor/wendy-every-witch-way.md | 2 ++ themes/jefklak-creative-portfolio/layouts/_default/rss.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/games/gameboycolor/wendy-every-witch-way.md b/content/games/gameboycolor/wendy-every-witch-way.md index a18dc9b..26b0c47 100644 --- a/content/games/gameboycolor/wendy-every-witch-way.md +++ b/content/games/gameboycolor/wendy-every-witch-way.md @@ -8,6 +8,8 @@ game_name: 'Wendy: Every Witch Way' game_genre: '2D Platformer' tags: - '2D platformer' +aliases: + - /games/wendy-every-witch-way/ game_release_year: 2001 game_developer: 'WayForward' --- diff --git a/themes/jefklak-creative-portfolio/layouts/_default/rss.xml b/themes/jefklak-creative-portfolio/layouts/_default/rss.xml index 4e438b8..49fdf1f 100644 --- a/themes/jefklak-creative-portfolio/layouts/_default/rss.xml +++ b/themes/jefklak-creative-portfolio/layouts/_default/rss.xml @@ -87,7 +87,7 @@

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