bump rss
This commit is contained in:
parent
4026ff6343
commit
cf57ccc86e
2 changed files with 3 additions and 3 deletions
4
wim.xml
4
wim.xml
|
|
@ -20,7 +20,7 @@
|
|||
{% assign now = post.date | date: "%s" %}
|
||||
{% if now <= sitetimexml %}
|
||||
<item>
|
||||
<title>{{ post.name | xml_escape }} - {{ post.link}} #wim #womenInMusic </title>
|
||||
<title>{{ post.name | xml_escape }} - #wim #womenInMusic </title>
|
||||
{% if post.author.name %}
|
||||
<dc:creator>{{ post.author.name | xml_escape }}</dc:creator>
|
||||
{% endif %}
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
<description>{{ post.content | xml_escape }}</description>
|
||||
{% endif %}
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
<link>{{ site.url }}{{ post.url }}</link>
|
||||
<link>{{ post.link }}</link>
|
||||
<guid isPermaLink="false">{{ now }}</guid>
|
||||
</item>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue