fix: fix sitemap URL (#79)

If the blog is installed in a subdirectory, `/sitemap.xml` will not
include the subdirectory.
This commit is contained in:
Michael Kuhn 2021-08-02 11:35:50 +02:00 committed by GitHub
parent 3e67c89bcc
commit f93c8aa1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
User-agent: *
Sitemap: {{ "/sitemap.xml" | absURL }}
Sitemap: {{ "sitemap.xml" | absURL }}