Skip to content

Commit de20431

Browse files
committed
RSS fix, another stab. Wish I had Jekyll installed locally so I could test before committing...
1 parent 9e685b2 commit de20431

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.iterable.categories %}
12-
<category>{{ c.name }}</category>
11+
{% for category, post in site.categories %}
12+
<category>{{ category }}</category>
1313
{% endfor %}
1414
{% for post in site.posts %}
1515
<item>

0 commit comments

Comments
 (0)