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" ++++