Skip to content

Commit

Permalink
feat: rss <category> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasHiltl committed Oct 10, 2024
1 parent 72173b2 commit 71bc9db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/handler/rss/feed.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<guid>{{ addFragment $.Link .Meta.ID }}</guid>
<title>{{.Meta.Title}}</title>
<link>{{ addFragment $.Link .Meta.ID }}</link>
{{range .Meta.Tags}}
<category>{{ . }}</category>
{{end}}
<description>
<![CDATA[
<p>{{.Meta.Description }}</p>
Expand Down

0 comments on commit 71bc9db

Please sign in to comment.