Skip to content

Commit 6159643

Browse files
author
David Elisma
authored
chore: Add Google Search Console verification (#82)
1 parent 0b9e4f8 commit 6159643

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

en/google81498e2fb8992272.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
google-site-verification: google81498e2fb8992272.html
2+
<!-- Google Search Console -->

en/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sitemap:
1515
{% else %}
1616
<dateModified>{{ post.dateModified | date: "%F" }}</dateModified>
1717
{%- endif -%}
18-
<changefreq>{{ locales.weekly }}</changefreq>
18+
<changefreq>{{ locales.weekly[ post.lang ] }}</changefreq>
1919
<priority>1.0</priority>
2020
</url>
2121
{%- endif -%}

fr/google81498e2fb8992272.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
google-site-verification: google81498e2fb8992272.html
2+
<!-- Google Search Console -->

fr/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sitemap:
1515
{% else %}
1616
<dateModified>{{ post.dateModified | date: "%F" }}</dateModified>
1717
{%- endif -%}
18-
<changefreq>{{ locales.weekly }}</changefreq>
18+
<changefreq>{{ locales.weekly[ post.lang ] }}</changefreq>
1919
<priority>1.0</priority>
2020
</url>
2121
{%- endif -%}

0 commit comments

Comments
 (0)