···33 <channel>
44 <title>Shut up JP</title>
55 <link>https://shutup.jp/</link>
66- <xml:base>https://shutup.jp/</xml:base>
76 <description>A collection of postcards sent to me by my friend, Claire, inviting me to 'shut up' from many places and in many languages over many years.</description>
87 <language>en-GB</language>
98 <managingEditor>hello@shutup.jp (JP Hastings-Spital)</managingEditor>
···1312 {{ range . }}
1413 <item>
1514 <title>{{ with .Location }}{{ .Name }}{{ end }}{{ with .SentOn }} ({{ .Format "January 2, 2006" }}){{ end }}</title>
1616- <link>/#{{ .Name }}</link>
1515+ <link>https://shutup.jp/#{{ .Name }}</link>
1716 <pubDate>{{ with .SentOn }}{{ .Format "Mon, 02 Jan 2006 15:04:05 -0700" }}{{ end }}</pubDate>
1817 <guid>{{ .Name }}</guid>
1818+ <description>{{- .Back.Transcription | plainify -}}</description>
1919 <content:encoded>
2020- <img src="/{{.Name}}.webp" />
2020+ <img src="https://shutup.jp/{{.Name}}.webp" />
2121 <p>Another delightfully curt postcard I received from Claire on {{ with .SentOn }}{{ .Format "January 1, 2006" }}{{ end }}. It reads:</p>
2222 <pre>{{- .Back.Transcription | safeHTML -}}</pre>
2323 </content:encoded>
2424- <enclosure url="/{{.Name}}.webp" type="image/webp"/>
2424+ <enclosure url="https://shutup.jp/{{.Name}}.webp" type="image/webp"/>
2525 </item>
2626 {{ end }}
2727 </channel>