diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index d92d4b79..62212847 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -39,7 +39,9 @@ Thoughts on a bookmarked article{{ with $reference.name }}: {{.}}{{ end }}. {{- else -}} {{- if eq .Section "calendar" -}}(An event I may be going to.) {{ end -}} - {{- index (split .Summary "\n") 0 -}} + {{- $desc := (index (split .Summary "\n") 0) | safeHTML -}} + {{- $desc -}} + {{- range .Params.tags }} #{{.}}{{ end -}} {{- end -}} diff --git a/todo.md b/todo.md index e06e12de..c2ad6001 100644 --- a/todo.md +++ b/todo.md @@ -10,6 +10,7 @@ Things I might work on within my personal blog's software. - [ ] When posted via Echofeed: They include the "in reply to" initial stuff; this is too cumbersome - [ ] When posted via Echofeed: They should probably be "Quiet public", or ideally posted as replies to a fedi post, if there's one referenced in the source as a syncidcation - [x] They get posted on the homepage, when they shouldn't +- [ ] Songwhip is dead 😭 replace with something else ### Ideas