fix ampersand issue

This commit is contained in:
cassie 2025-08-12 00:59:35 -04:00
parent ce135ca6b9
commit 75a361f478

View File

@ -37,7 +37,7 @@
xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:podcast="https://podcastindex.org/namespace/1.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"> xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel> <channel>
<title>{{ .Site.Title | transform.XMLEscape }}</title> <title>Pitch and Play</title>
<link>{{ .Permalink }}</link> <link>{{ .Permalink }}</link>
<description>A podcast about actually playing the games your friends recommend.</description> <description>A podcast about actually playing the games your friends recommend.</description>
<generator>Hugo</generator> <generator>Hugo</generator>