add locale to feed

This commit is contained in:
madrilene 2024-02-27 10:06:36 +01:00
parent aeaf4aecba
commit bc57948247

View file

@ -24,7 +24,7 @@ excludeFromSitemap: true
<updated>{{ post.date | dateToRfc3339 }}</updated> <updated>{{ post.date | dateToRfc3339 }}</updated>
<id>{{ absolutePostUrl }}</id> <id>{{ absolutePostUrl }}</id>
<content <content
xml:lang="{{ locale }}" xml:lang="{{ meta.locale }}"
type="html" type="html"
>{{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }}</content >{{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }}</content
> >