Skip to content

Commit 3a257b9

Browse files
authored
Update feed title
matching the previous-feeds page
1 parent 2111467 commit 3a257b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permalink: /feed.xml
1616
| date_to_rfc822 }}</pubDate>
1717
<ttl>60</ttl> {% assign sorted_hacks = site.hacks |
1818
where:"upcoming",false | sort:"date" | reverse %} {% for hack in sorted_hacks %} <item>
19-
<title>{{ hack.title }}</title>
19+
<title>{{ hack.date | date: '%B %Y' }}</title>
2020
<description>{{ hack.content | xml_escape }}</description>
2121
<link>{{ site.url }}{{ hack.url }}</link>
2222
<guid isPermaLink="true">{{ site.url }}{{ hack.url }}</guid>

0 commit comments

Comments
 (0)