This commit is contained in:
Set Sakrecoer 2021-05-18 17:33:06 +02:00
parent 4026ff6343
commit cf57ccc86e
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
name,link,date
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
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

1 name link date
2 Caro Roma https://en.wikipedia.org/wiki/Caro_Roma 2021-05-18T08:00:00
3 Faustina Hasse Hodges https://en.wikipedia.org/wiki/Faustina_Hasse_Hodges 2021-05-18T09:00:00 2021-05-18T10:00:00
4 Augusta Browne https://en.wikipedia.org/wiki/Augusta_Browne 2021-05-20T10:00:00
5 Marion Dix Sullivan https://en.wikipedia.org/wiki/Marion_Dix_Sullivan 2021-05-21T11:00:00
6 Carrie Jacobs-Bond https://en.wikipedia.org/wiki/Carrie_Jacobs-Bond 2021-05-22T12:00:00

View file

@ -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 %}