add locale to feed
This commit is contained in:
parent
aeaf4aecba
commit
bc57948247
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue