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

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