From 2d71a79bbea9322296ea09e7b1303de65f826c4f Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 14 Dec 2020 20:58:59 +0100 Subject: [PATCH] Fix site --- docs/content/documentation/templates/robots.md | 2 +- docs/content/themes/_index.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docs/content/themes/_index.md diff --git a/docs/content/documentation/templates/robots.md b/docs/content/documentation/templates/robots.md index b6e8d684..40a10895 100644 --- a/docs/content/documentation/templates/robots.md +++ b/docs/content/documentation/templates/robots.md @@ -12,5 +12,5 @@ and the default is what most sites want: ```jinja2 User-agent: * Allow: / -Sitemap: {{ get_url(path="sitemap.xml") }} +Sitemap: {{/* get_url(path="sitemap.xml") */}} ``` diff --git a/docs/content/themes/_index.md b/docs/content/themes/_index.md new file mode 100644 index 00000000..752185dc --- /dev/null +++ b/docs/content/themes/_index.md @@ -0,0 +1,4 @@ ++++ +template = "themes.html" +sort_by = "date" ++++