Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Oct 26, 2023
1 parent 8649930 commit 3da1ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ layout: nil
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://{{ site.url }}</loc>
<loc>https:{{ site.url }}</loc>
</url>

{% for page in site.pages %}
<url>
<loc>https://{{ site.url }}{{ page.url }}</loc>
<loc>https:{{ site.url }}{{ page.url }}</loc>
</url>
{% endfor %}

{% for post in site.posts %}
<url>
<loc>https://{{ site.url }}{{ post.url }}</loc>
<loc>https:{{ site.url }}{{ post.url }}</loc>
</url>
{% endfor %}
</urlset>

0 comments on commit 3da1ca3

Please sign in to comment.