Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadSpheroid committed Jun 9, 2024
1 parent 1259d99 commit 426b34a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ layout: null
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<!-- {%- if post.excerpt -%}
<description>{{ post.excerpt | xml_escape }}</description>
{%- else -%}
<description>{{ post.content | xml_escape }}</description>
{%- 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 426b34a

Please sign in to comment.