Skip to content

Commit 9cf7eef

Browse files
committed
for search
1 parent 153b945 commit 9cf7eef

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

BingSiteAuth.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0"?>
2+
<users>
3+
<user>C029EA7293E8A3E851CBD68E6EA15CF1</user>
4+
</users>

google060a54a1695ed1eb.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google060a54a1695ed1eb.html

sitemap.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: null
3+
---
4+
<?xml version="1.0" encoding="UTF-8"?>
5+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
6+
{% for page in site.html_pages %}
7+
{% unless page.url contains '404.html' %}
8+
<url>
9+
<loc>{{ site.url }}{{ page.url | prepend: site.baseurl | replace: '//', '/' }}</loc>
10+
<lastmod>{{ page.last_modified_at | default: page.date | default: '2024-01-01' | date: '%Y-%m-%d' }}</lastmod>
11+
</url>
12+
{% endunless %}
13+
{% endfor %}
14+
</urlset>

0 commit comments

Comments
 (0)