parent
aa6cbc1d9b
commit
0f77a8f5b4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue