Skip to content

Commit

Permalink
chore: Add Google Search Console verification (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Elisma authored Jul 19, 2022
1 parent 0b9e4f8 commit 6159643
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions en/google81498e2fb8992272.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
google-site-verification: google81498e2fb8992272.html
<!-- Google Search Console -->
2 changes: 1 addition & 1 deletion en/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sitemap:
{% else %}
<dateModified>{{ post.dateModified | date: "%F" }}</dateModified>
{%- endif -%}
<changefreq>{{ locales.weekly }}</changefreq>
<changefreq>{{ locales.weekly[ post.lang ] }}</changefreq>
<priority>1.0</priority>
</url>
{%- endif -%}
Expand Down
2 changes: 2 additions & 0 deletions fr/google81498e2fb8992272.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
google-site-verification: google81498e2fb8992272.html
<!-- Google Search Console -->
2 changes: 1 addition & 1 deletion fr/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sitemap:
{% else %}
<dateModified>{{ post.dateModified | date: "%F" }}</dateModified>
{%- endif -%}
<changefreq>{{ locales.weekly }}</changefreq>
<changefreq>{{ locales.weekly[ post.lang ] }}</changefreq>
<priority>1.0</priority>
</url>
{%- endif -%}
Expand Down

0 comments on commit 6159643

Please sign in to comment.