diff --git a/components/templates/src/builtins/rss.xml b/components/templates/src/builtins/rss.xml index d208aa7..8f88973 100644 --- a/components/templates/src/builtins/rss.xml +++ b/components/templates/src/builtins/rss.xml @@ -1,3 +1,4 @@ + {{ config.title }} diff --git a/components/templates/src/builtins/sitemap.xml b/components/templates/src/builtins/sitemap.xml index 2154a5b..54cbee7 100644 --- a/components/templates/src/builtins/sitemap.xml +++ b/components/templates/src/builtins/sitemap.xml @@ -1,3 +1,4 @@ + {% for sitemap_entry in entries %} diff --git a/components/templates/src/builtins/split_sitemap_index.xml b/components/templates/src/builtins/split_sitemap_index.xml index 171665c..44b8c12 100644 --- a/components/templates/src/builtins/split_sitemap_index.xml +++ b/components/templates/src/builtins/split_sitemap_index.xml @@ -1,3 +1,4 @@ + {% for sitemap in sitemaps %}