Skip to content

Commit

Permalink
add summary in feed
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL committed Feb 17, 2024
1 parent 0359418 commit fd1dfdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_layouts/feed.njk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<entry>
<title>{{ post.data.title }}</title>
<link href="{{ absolutePostUrl }}"/>
<summary>
{{ post.data.excerpt | htmlToAbsoluteUrls(absolutePostUrl) }}
</summary>
<updated>{{ post.date | dateToRfc3339 }}</updated>
<id>{{ absolutePostUrl }}</id>
<content xml:lang="{{ metadata.language }}" type="html">{{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }}</content>
Expand Down

0 comments on commit fd1dfdd

Please sign in to comment.