We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de20431 commit 3e78a6fCopy full SHA for 3e78a6f
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 category, post in site.categories %}
12
- <category>{{ category }}</category>
+ {% for category in site.categories %}
+ <category>{{ category | first }}</category>
13
{% endfor %}
14
{% for post in site.posts %}
15
<item>
0 commit comments