bump rss
This commit is contained in:
parent
4026ff6343
commit
cf57ccc86e
|
@ -1,6 +1,6 @@
|
||||||
name,link,date
|
name,link,date
|
||||||
Caro Roma,https://en.wikipedia.org/wiki/Caro_Roma,2021-05-18T08:00:00
|
Caro Roma,https://en.wikipedia.org/wiki/Caro_Roma,2021-05-18T08:00:00
|
||||||
Faustina Hasse Hodges,https://en.wikipedia.org/wiki/Faustina_Hasse_Hodges,2021-05-18T09:00:00
|
Faustina Hasse Hodges,https://en.wikipedia.org/wiki/Faustina_Hasse_Hodges,2021-05-18T10:00:00
|
||||||
Augusta Browne,https://en.wikipedia.org/wiki/Augusta_Browne,2021-05-20T10:00:00
|
Augusta Browne,https://en.wikipedia.org/wiki/Augusta_Browne,2021-05-20T10:00:00
|
||||||
Marion Dix Sullivan,https://en.wikipedia.org/wiki/Marion_Dix_Sullivan,2021-05-21T11:00:00
|
Marion Dix Sullivan,https://en.wikipedia.org/wiki/Marion_Dix_Sullivan,2021-05-21T11:00:00
|
||||||
Carrie Jacobs-Bond,https://en.wikipedia.org/wiki/Carrie_Jacobs-Bond,2021-05-22T12:00:00
|
Carrie Jacobs-Bond,https://en.wikipedia.org/wiki/Carrie_Jacobs-Bond,2021-05-22T12:00:00
|
||||||
|
|
|
4
wim.xml
4
wim.xml
|
@ -20,7 +20,7 @@
|
||||||
{% assign now = post.date | date: "%s" %}
|
{% assign now = post.date | date: "%s" %}
|
||||||
{% if now <= sitetimexml %}
|
{% if now <= sitetimexml %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ post.name | xml_escape }} - {{ post.link}} #wim #womenInMusic </title>
|
<title>{{ post.name | xml_escape }} - #wim #womenInMusic </title>
|
||||||
{% if post.author.name %}
|
{% if post.author.name %}
|
||||||
<dc:creator>{{ post.author.name | xml_escape }}</dc:creator>
|
<dc:creator>{{ post.author.name | xml_escape }}</dc:creator>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<description>{{ post.content | xml_escape }}</description>
|
<description>{{ post.content | xml_escape }}</description>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||||
<link>{{ site.url }}{{ post.url }}</link>
|
<link>{{ post.link }}</link>
|
||||||
<guid isPermaLink="false">{{ now }}</guid>
|
<guid isPermaLink="false">{{ now }}</guid>
|
||||||
</item>
|
</item>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue