This commit is contained in:
Vincent Prouillet 2020-12-14 20:58:59 +01:00
parent e984d6d018
commit 2d71a79bbe
2 changed files with 5 additions and 1 deletions

View file

@ -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") */}}
```

View file

@ -0,0 +1,4 @@
+++
template = "themes.html"
sort_by = "date"
+++