You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2025. It is now read-only.
While I make sitemap.xml file to submit to a search console,
I wonder that why _config.ymlsite.url should have / at last.
Similar to the PR #99,
because site.url has / in last, there is two slashes // in sitemap.xml.
For instance, in the case of the last version of _config.yml4380fa6,
my sitemap.xml generates a url like https://rohanchandra.github.io///2014/11/30/sample-post.html.
Hi.
While I make
sitemap.xmlfile to submit to a search console,I wonder that why
_config.ymlsite.urlshould have/at last.Similar to the PR #99,
because
site.urlhas/in last, there is two slashes//insitemap.xml.For instance, in the case of the last version of
_config.yml4380fa6,my
sitemap.xmlgenerates a url likehttps://rohanchandra.github.io///2014/11/30/sample-post.html.I changed the code like b89c2fa or
I don’t open PR yet, because I don’t know whether this issue is intended or not, more even related or not.
Please let me know it is okay to change.