diff --git a/content/posts/spoiler-element.md b/content/posts/spoiler-element.md index f6bf7ba..f0d5b51 100644 --- a/content/posts/spoiler-element.md +++ b/content/posts/spoiler-element.md @@ -1,6 +1,6 @@ --- title: "Proposal: an HTML element for spoilers" -description: "An informal proposal for dedicated elements for spoiler tags in HTML: use-cases, syntax, semantics, recommended UA behavior, and comparisons with
." +description: "An informal proposal for dedicated elements for spoiler tags in HTML: use-cases, syntax, semantics, recommended UA behavior, and comparisons with “details”" date: 2023-11-12T13:48:00-08:00 outputs: - html diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index 4392c51..5e986de 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -83,6 +83,9 @@ {{- $image = resources.Get (printf "/p/%s" . ) | resources.Fingerprint "md5" -}} {{- end -}} + {{ with .Description -}} + {{ . }} + {{- end }}
{{- if .Params.replyURI -}}