···1010### Ideas
11111212- [ ] Include a map, blocking off the parts of the world that I've received a postcard from. Voronoi colouring for countries with more than one?
1313+- [ ] Add forward/back buttons (use these as spacers to vertically centre the portrait version?)
13141415### Done ✔
1516
+4-2
feed.xml.tmpl
···22<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
33 <channel>
44 <title>Shut up JP</title>
55- <link>https://shutpup.jp/</link>
55+ <link>https://shutup.jp/</link>
66+ <xml:base>https://shutup.jp/</xml:base>
67 <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>
78 <language>en-GB</language>
89 <managingEditor>hello@shutup.jp (JP Hastings-Spital)</managingEditor>
···1617 <pubDate>{{ with .SentOn }}{{ .Format "Mon, 02 Jan 2006 15:04:05 -0700" }}{{ end }}</pubDate>
1718 <guid>{{ .Name }}</guid>
1819 <content:encoded>
2020+ <img src="/{{.Name}}.webp" />
1921 <p>Another delightfully curt postcard I received from Claire on {{ with .SentOn }}{{ .Format "January 1, 2006" }}{{ end }}. It reads:</p>
2020- {{- .Back.Transcription | safeHTML -}}
2222+ <pre>{{- .Back.Transcription | safeHTML -}}</pre>
2123 </content:encoded>
2224 <enclosure url="/{{.Name}}.webp" type="image/webp"/>
2325 </item>