From fa0cf05fe0ab911a7e59c27cc7ab80fbcc9eff2c Mon Sep 17 00:00:00 2001 From: Andrew Zah Date: Mon, 3 Jun 2019 02:46:03 +0900 Subject: [PATCH 1/2] Update examples.md (#702) Update my example. --- EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 56f205c..f3ada84 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -13,7 +13,7 @@ | [atlasreports.nl](http://www.atlasreports.nl) | | | [groksome.com](http://www.groksome.com) | | | [tuckersiemens.com](https://tuckersiemens.com) | https://github.com/reillysiemens/tuckersiemens.com | -| [andrei.blue](https://andrei.blue) | https://github.com/azah/personal-blog | +| [andrewzah.com](https://andrewzah.com) | https://git.sr.ht/~andrewzah/personal-site/tree | | [Axiomatic Semantics](https://axiomatic.neophilus.net) | https://github.com/Libbum/AxiomaticSemantics | | [Tinkering](https://tinkering.xyz) | | | [Daniel Sockwell's codesections.com](https://www.codesections.com) | https://gitlab.com/codesections/codesections-website | From eba9726d0734e915cd0dbf0190dca39a08d93763 Mon Sep 17 00:00:00 2001 From: "Cliff L. Biffle" Date: Wed, 5 Jun 2019 08:03:22 -0700 Subject: [PATCH 2/2] Add XML declaration to XML templates. Without this, at least one search engine spider was generating a validation warning. --- components/templates/src/builtins/rss.xml | 1 + components/templates/src/builtins/sitemap.xml | 1 + components/templates/src/builtins/split_sitemap_index.xml | 1 + 3 files changed, 3 insertions(+) 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 %}