1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Full-text RSS feeds

This commit is contained in:
rohan kumar 2020-11-24 17:08:02 -08:00
parent b9207d17ea
commit 1e371f7cfe
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -33,7 +33,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Summary | html }}</description>
<description>{{- .Content | html -}}</description>
</item>
{{ end }}
{{ end }}