Skip to content

Commit

Permalink
remove unnecessary excerpt
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadSpheroid committed Jun 9, 2024
1 parent 9bb67c0 commit 1259d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ layout: null
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
{%- if post.excerpt -%}
<!-- {%- if post.excerpt -%}
<description>{{ post.excerpt | xml_escape }}</description>
{%- else -%}
<description>{{ post.content | xml_escape }}</description>
{%- endif -%}
{%- endif -%} -->
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<link>{{ post.url | prepend: site.url }}</link>
<guid isPermaLink="true">{{ post.url | prepend: site.url }}</guid>
Expand Down

0 comments on commit 1259d99

Please sign in to comment.