Browse Source

Update templates

master
David Larlet 4 years ago
parent
commit
039db1e2e3
No known key found for this signature in database
1 changed files with 9 additions and 7 deletions
  1. 9
    7
      david/templates/feed_biologeek.xml

+ 9
- 7
david/templates/feed_biologeek.xml View File

<uri>https://larlet.fr/david/</uri> <uri>https://larlet.fr/david/</uri>
</author> </author>
<rights>Copyright (c) 2004-2019, David Larlet</rights> <rights>Copyright (c) 2004-2019, David Larlet</rights>
<entry xml:lang="fr">
<title>{{ escaped_title }}</title>
<link href="https://larlet.fr/david/biologeek/" rel="alternate" type="text/html" />
<updated>{{ current_dt }}</updated>
<id>https://larlet.fr/david/biologeek/</id>
<summary type="html">{{ escaped_content }}</summary>
</entry>
{% for item in items %}
<entry xml:lang="fr">
<title>{{ item.escaped_title }}</title>
<link href="https://larlet.fr/david/" rel="alternate" type="text/html" />
<updated>{{ item.normalized_date }}</updated>
<id>https://larlet.fr/david/</id>
<summary type="html">{{ item.escaped_content }}</summary>
</entry>
{% endfor %}
</feed> </feed>

Loading…
Cancel
Save