Skip to content

Commit

Permalink
Fix in feed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrezina committed Nov 6, 2024
1 parent cc18eae commit 2840586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout: null
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<generator>Jekyll v{{ jekyll.version }}</generator>
{% for a in site.data.data.letters limit:10 %}{% if a.path %}
{% for a in site.data.data.letters | sort: "date" %}{% if a.path %}
<item>
<title>{{ a.typeface | xml_escape }}</title>
<description>
Expand Down

0 comments on commit 2840586

Please sign in to comment.