Skip to content

Commit

Permalink
fix rss title for blog
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Jan 17, 2016
1 parent 500b424 commit ba95a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog_feed.xml
Expand Up @@ -10,7 +10,7 @@ layout: null
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
{% for post in site.categories['blog'] limit:10 %}
<item>
<title>Chi Hack Night #{{ post.event_id }}: {{ post.title }}</title>
<title>{{ post.title }}</title>
<description>{{ post.date | date: "%b, %d %Y 6pm" }} {{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<link>{{ site.url }}{{ post.url }}</link>
Expand Down

0 comments on commit ba95a9a

Please sign in to comment.