Skip to content

Commit

Permalink
RSS tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhowells committed Dec 2, 2017
1 parent 1b856ad commit 2fbe841
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feeds/ifttt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ layout: null
<generator>Jekyll v{{ jekyll.version }}</generator>
{% for post in site.posts %}
<item>
<title>{{ post.title | xml_escape }}{% if post.type == 'link' %} {% endif %}</title>
<title>{{ post.title | xml_escape }}{% if post.type == 'link' %} {% endif %}</title>
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
<guid isPermaLink="false">{% if post.type == 'post' %}{{ post.url }}{% endif %}{% if post.type == 'link' %}{{ post.link }}{% endif %}</guid>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
Expand Down
2 changes: 1 addition & 1 deletion feeds/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ layout: null
<generator>Jekyll v{{ jekyll.version }}</generator>
{% for post in site.posts %}
<item>
<title>{{ post.title | xml_escape }}{% if post.type == 'link' %} {% endif %}</title>
<title>{{ post.title | xml_escape }}{% if post.type == 'link' %} {% endif %}</title>
<link>{% if post.type == 'post' %}{{ post.url | prepend: site.baseurl | prepend: site.url }}{% endif %}{% if post.type == 'link' %}{{ post.link }}{% endif %}</link>
<guid isPermaLink="false">{% if post.type == 'post' %}{{ post.url }}{% endif %}{% if post.type == 'link' %}{{ post.link }}{% endif %}</guid>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
Expand Down
2 changes: 1 addition & 1 deletion feeds/megaphone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ layout: null
<generator>Jekyll v{{ jekyll.version }}</generator>
{% for post in site.posts %}
<item>
<title>{{ post.title | xml_escape }}{% if post.type == 'link' %} {% endif %}</title>
<title>{{ post.title | xml_escape }}{% if post.type == 'link' %} {% endif %}</title>
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
<guid isPermaLink="false">{% if post.type == 'post' %}{{ post.url }}{% endif %}{% if post.type == 'link' %}{{ post.link }}{% endif %}</guid>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
Expand Down

0 comments on commit 2fbe841

Please sign in to comment.