Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
O-h-y-o committed Jul 4, 2023
1 parent 006c355 commit 7e0a494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
google_analytics: G-GJVBBPXJ3P
url: https://o-h-y-o.github.io/
4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for post in site.posts %}
<url>
<loc>{{ https://o-h-y-o.github.io }}{{ post.url | remove: 'index.html' }}</loc>
<loc>{{ site.url }}{{ post.url | remove: 'index.html' }}</loc>
</url>
{% endfor %}

{% for page in site.pages %}
{% if page.layout != nil %}
{% if page.layout != 'feed' %}
<url>
<loc>{{ https://o-h-y-o.github.io }}{{ page.url | remove: 'index.html' }}</loc>
<loc>{{ site.url }}{{ page.url | remove: 'index.html' }}</loc>
</url>
{% endif %}
{% endif %}
Expand Down

0 comments on commit 7e0a494

Please sign in to comment.