tangled
alpha
login
or
join now
byjp.me
/
shutup.jp
2
fork
atom
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
atom
overview
issues
pulls
pipelines
No context section without context to share
byjp.me
1 year ago
5410ef4e
0ed9fa34
+3
-3
1 changed file
expand all
collapse all
unified
split
feed.xml.tmpl
+3
-3
feed.xml.tmpl
···
20
20
<description>{{- .Meta.Back.Transcription.Text | htmlEscape -}}</description>
21
21
<content:encoded>
22
22
<![CDATA[
23
23
-
<img src="https://shutup.jp/{{.Name}}-front.webp" alt="{{ .Meta.Front.Description | htmlEscape }}”" />
24
24
-
<img src="https://shutup.jp/{{.Name}}-back.webp" alt="{{ .Meta.Back.Description | htmlEscape }}”" />
23
23
+
<img src="https://shutup.jp/{{.Name}}-front.webp" alt="{{ .Meta.Front.Description | htmlEscape }}" />
24
24
+
<img src="https://shutup.jp/{{.Name}}-back.webp" alt="{{ .Meta.Back.Description | htmlEscape }}" />
25
25
<p>{{- .Meta.Back.Transcription.Text -}}</p>
26
26
-
{{- with .Meta.Context }}<p>({{ .Description }})</p>{{ end }}
26
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) }}"/>