Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sitemap urls absolute #92

Closed
shgysk8zer0 opened this issue Oct 27, 2017 · 0 comments
Closed

Make sitemap urls absolute #92

shgysk8zer0 opened this issue Oct 27, 2017 · 0 comments
Assignees

Comments

@shgysk8zer0
Copy link
Owner

Current:

<url>
	<loc>/posts/javascript/2017/10/23/jquery-or-vanilla-javascript/</loc>
	<lastmod>2017-10-23</lastmod>
</url>

Should be:

<url>
	<loc>https://shgysk8zer0.github.io/posts/javascript/2017/10/23/jquery-or-vanilla-javascript/</loc>
	<lastmod>2017-10-23</lastmod>
</url>
@shgysk8zer0 shgysk8zer0 self-assigned this Oct 27, 2017
shgysk8zer0 added a commit that referenced this issue Oct 27, 2017
Fixes #92
Use `absolute_url` for sitemap `<loc>`s
@shgysk8zer0 shgysk8zer0 mentioned this issue Oct 27, 2017
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant