Skip to content

Commit 9e685b2

Browse files
committed
No really, RSS fix.
1 parent d7d8ca7 commit 9e685b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feeds/rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ layout: nil
88
<link>http://github.logic.net/</link>
99
<description>Beware of programmers who carry screwdrivers</description>
1010
<lastBuildDate>{{ site.time }}</lastBuildDate>
11-
{% for c in site.categories %}
12-
<category>{{ c }}</category>
11+
{% for c in site.iterable.categories %}
12+
<category>{{ c.name }}</category>
1313
{% endfor %}
1414
{% for post in site.posts %}
1515
<item>

0 commit comments

Comments
 (0)