I get told to shut up a lot by my friend. This is the microsite that documents this in detail. shutup.jp
postcards microsite
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add alt text to RSS feed

+1 -1
+1 -1
feed.xml.tmpl
··· 19 19 <description>{{- .Back.Transcription | plainify -}}</description> 20 20 <content:encoded> 21 21 <![CDATA[ 22 - <img src="https://shutup.jp/{{.Name}}.webp" /> 22 + <img src="https://shutup.jp/{{.Name}}.webp" alt="Both sides of a postcard. On the front: {{ .Front.Description | safeHTML }} On the back, the handwritten text “{{ .Back.Transcription | plainify }}”" /> 23 23 <pre>{{- .Back.Transcription | safeHTML -}}</pre> 24 24 ]]> 25 25 </content:encoded>