Add hashtags to RSS description

This commit is contained in:
JP Hastings-Spital 2024-08-27 16:18:07 +01:00
parent ecb98321e5
commit ec0747e8e2
2 changed files with 4 additions and 1 deletions

View file

@ -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 -}}
</description>
<content:encoded>

View file

@ -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