mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 10:45:41 +01:00
Add hashtags to RSS description
This commit is contained in:
parent
ecb98321e5
commit
ec0747e8e2
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
1
todo.md
1
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue