diff --git a/_data/wim.csv b/_data/wim.csv index f25d735..f569f75 100644 --- a/_data/wim.csv +++ b/_data/wim.csv @@ -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 diff --git a/wim.xml b/wim.xml index 0c58840..6e8dfe9 100644 --- a/wim.xml +++ b/wim.xml @@ -20,7 +20,7 @@ {% assign now = post.date | date: "%s" %} {% if now <= sitetimexml %} - {{ post.name | xml_escape }} - {{ post.link}} #wim #womenInMusic + {{ post.name | xml_escape }} - #wim #womenInMusic {% if post.author.name %} {{ post.author.name | xml_escape }} {% endif %} @@ -30,7 +30,7 @@ {{ post.content | xml_escape }} {% endif %} {{ post.date | date_to_rfc822 }} - {{ site.url }}{{ post.url }} + {{ post.link }} {{ now }} {% endif %}