Fix site
This commit is contained in:
parent
e984d6d018
commit
2d71a79bbe
|
@ -12,5 +12,5 @@ and the default is what most sites want:
|
||||||
```jinja2
|
```jinja2
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
Sitemap: {{ get_url(path="sitemap.xml") }}
|
Sitemap: {{/* get_url(path="sitemap.xml") */}}
|
||||||
```
|
```
|
||||||
|
|
4
docs/content/themes/_index.md
Normal file
4
docs/content/themes/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
+++
|
||||||
|
template = "themes.html"
|
||||||
|
sort_by = "date"
|
||||||
|
+++
|
Loading…
Reference in a new issue