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 9e685b2 commit de20431Copy full SHA for de20431
feeds/rss.xml
@@ -8,8 +8,8 @@ layout: nil
8
<link>http://github.logic.net/</link>
9
<description>Beware of programmers who carry screwdrivers</description>
10
<lastBuildDate>{{ site.time }}</lastBuildDate>
11
- {% for c in site.iterable.categories %}
12
- <category>{{ c.name }}</category>
+ {% for category, post in site.categories %}
+ <category>{{ category }}</category>
13
{% endfor %}
14
{% for post in site.posts %}
15
<item>
0 commit comments