Fix sitemap

pull/2/head
parent d17fe0bae0
commit 617107da1a
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -59,19 +59,11 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
<<<<<<< HEAD
rouge (3.21.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
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)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)

@ -8,7 +8,7 @@ search: exclude
{% for page in site.pages %}
<url>
<loc>{{page.url}}</loc>
<loc>https://millironx.github.io{{page.url}}</loc>
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
@ -17,7 +17,7 @@ search: exclude
{% for post in site.posts %}
<url>
<loc>{{post.url}}</loc>
<loc>https://millironx/github.io{{post.url}}</loc>
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>

Loading…
Cancel
Save