We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2111467 commit 3a257b9Copy full SHA for 3a257b9
pages/feed.xml
@@ -16,7 +16,7 @@ permalink: /feed.xml
16
| date_to_rfc822 }}</pubDate>
17
<ttl>60</ttl> {% assign sorted_hacks = site.hacks |
18
where:"upcoming",false | sort:"date" | reverse %} {% for hack in sorted_hacks %} <item>
19
- <title>{{ hack.title }}</title>
+ <title>{{ hack.date | date: '%B %Y' }}</title>
20
<description>{{ hack.content | xml_escape }}</description>
21
<link>{{ site.url }}{{ hack.url }}</link>
22
<guid isPermaLink="true">{{ site.url }}{{ hack.url }}</guid>
0 commit comments