mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
04.51.2022 89c8c6558702bf29fc1b07137d29ce80ab06ed5f
feat: use front matter description as rss item description
1 files modified
2 ■■■■■ changed files
layouts/_default/rss.xml 2 ●●●●● patch | view | raw | blame | history
layouts/_default/rss.xml
@@ -34,6 +34,8 @@
      <guid>{{ .Permalink }}</guid>
      {{ if eq .Site.Params.rssFullContent true }}
        <description>{{ .Content | html }}</description>
      {{ else if .Description }}
        <description>{{ .Description }}</description>
      {{ else }}
        <description>{{ .Summary | html }}</description>
      {{ end }}