added summary section

This commit is contained in:
FrederikBaerentsen 2023-01-20 09:26:12 +01:00
parent 36ff9c7d01
commit 663ab4a095
1 changed files with 1 additions and 1 deletions

View File

@ -27,10 +27,10 @@
<entry>
<title>{{ entry.title }}</title>
<id>{{ entry.id }}</id>
<summary type="text">{{ entry.summary }}</summary>
{% for author in entry.authors %}
<author>
<name>{{ author }}</name>
<uri></uri>
</author>
{% endfor %}
{% if entry.updated %} <updated>{{ entry.updated }}</updated> {% endif %}