Skip to content

Commit

Permalink
fix: rss template
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasHiltl committed Sep 14, 2024
1 parent 7cfcb15 commit d1674fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/handler/rss/feed.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>{{.CL.Title.String}}</title>
<description>{{.CL.Subtitle.String}}</description>
<title>{{.CL.Title.V}}</title>
<description>{{.CL.Subtitle.V}}</description>
<link>{{ .Link }}</link>
<pubDate>{{ toRFC822 .CL.CreatedAt }}</pubDate>

Expand Down

0 comments on commit d1674fe

Please sign in to comment.