mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
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:
parent
3e67c89bcc
commit
f93c8aa1cb
@ -1,3 +1,3 @@
|
||||
User-agent: *
|
||||
|
||||
Sitemap: {{ "/sitemap.xml" | absURL }}
|
||||
Sitemap: {{ "sitemap.xml" | absURL }}
|
||||
|
Loading…
Reference in New Issue
Block a user