aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sitemap.xml')
-rwxr-xr-x[-rw-r--r--]sitemap.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/sitemap.xml b/sitemap.xml
index 93ef154..b0c51fc 100644..100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,10 +4,15 @@
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 5 xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> 6 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7 7
8<url> 8<url>
9 <loc>http://jinwei.me/</loc> 9 <loc>https://jinwei.me/</loc>
10 <lastmod>2016-04-04T00:00:00+00:00</lastmod> 10 <lastmod>2016-05-01T00:00:00+00:00</lastmod>
11 <changefreq>weekly</changefreq>
12</url>
13<url>
14 <loc>https://jinwei.me/about.html</loc>
15 <lastmod>2016-05-01T00:00:00+00:00</lastmod>
11 <changefreq>weekly</changefreq> 16 <changefreq>weekly</changefreq>
12</url> 17</url>
13</urlset> \ No newline at end of file 18</urlset> \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)