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

No context section without context to share

+3 -3
+3 -3
feed.xml.tmpl
··· 20 20 <description>{{- .Meta.Back.Transcription.Text | htmlEscape -}}</description> 21 21 <content:encoded> 22 22 <![CDATA[ 23 - <img src="https://shutup.jp/{{.Name}}-front.webp" alt="{{ .Meta.Front.Description | htmlEscape }}”" /> 24 - <img src="https://shutup.jp/{{.Name}}-back.webp" alt="{{ .Meta.Back.Description | htmlEscape }}”" /> 23 + <img src="https://shutup.jp/{{.Name}}-front.webp" alt="{{ .Meta.Front.Description | htmlEscape }}" /> 24 + <img src="https://shutup.jp/{{.Name}}-back.webp" alt="{{ .Meta.Back.Description | htmlEscape }}" /> 25 25 <p>{{- .Meta.Back.Transcription.Text -}}</p> 26 - {{- with .Meta.Context }}<p>({{ .Description }})</p>{{ end }} 26 + {{- with .Meta.Context.Description }}<p>({{ . }})</p>{{ end }} 27 27 ]]> 28 28 </content:encoded> 29 29 <enclosure url="https://shutup.jp/{{.Name}}-front.webp" type="image/webp" length="{{ index $sizes (printf "%s-front.webp" .Name) }}"/>