atom: remove summary

WHY does atom not have a subtitle tag anyways
pull/1/head
maia arson crimew 2023-08-03 00:34:31 +02:00
parent aa6cbc1d9b
commit 0f77a8f5b4
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ metadata:
{% set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset %}
<entry>
<title>{{ post.data.title }}</title>
{% if post.data.description %}<summary>{{ post.data.description }}</summary>{% endif %}
{% if post.data.link %}<link href="{{ post.data.link }}"/>{% else %}<link href="{{ absolutePostUrl }}"/>{% endif %}
<updated>{{ post.date | dateToRfc3339 }}</updated>
<id>{{ absolutePostUrl }}</id>