Fix sitemap
This commit is contained in:
parent
d17fe0bae0
commit
617107da1a
2 changed files with 2 additions and 10 deletions
|
@ -59,19 +59,11 @@ GEM
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rexml (3.2.4)
|
rexml (3.2.4)
|
||||||
<<<<<<< HEAD
|
|
||||||
rouge (3.21.0)
|
rouge (3.21.0)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sassc (2.4.0)
|
sassc (2.4.0)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
sassc (2.4.0-x64-mingw32)
|
sassc (2.4.0-x64-mingw32)
|
||||||
=======
|
|
||||||
rouge (3.15.0)
|
|
||||||
safe_yaml (1.0.5)
|
|
||||||
sassc (2.2.1)
|
|
||||||
ffi (~> 1.9)
|
|
||||||
sassc (2.2.1-x64-mingw32)
|
|
||||||
>>>>>>> a6ac798b52f8f25e04e93cb3c8d9f1c8f1ce7e13
|
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
|
|
|
@ -8,7 +8,7 @@ search: exclude
|
||||||
|
|
||||||
{% for page in site.pages %}
|
{% for page in site.pages %}
|
||||||
<url>
|
<url>
|
||||||
<loc>{{page.url}}</loc>
|
<loc>https://millironx.github.io{{page.url}}</loc>
|
||||||
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
|
@ -17,7 +17,7 @@ search: exclude
|
||||||
|
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<url>
|
<url>
|
||||||
<loc>{{post.url}}</loc>
|
<loc>https://millironx/github.io{{post.url}}</loc>
|
||||||
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
|
|
Loading…
Reference in a new issue