mirror of
https://github.com/valentineus/popov.link.git
synced 2025-09-12 23:20:29 +03:00
Decor
This commit is contained in:
@@ -5,7 +5,10 @@ layout: compress
|
|||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="{{ page.permalink | absolute_url | xml_escape }}"?>
|
<?xml-stylesheet type="text/xsl" href="{{ page.permalink | absolute_url | xml_escape }}"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||||
|
|
||||||
<!-- Pages -->
|
<!-- Pages -->
|
||||||
{% for item in site.html_pages %}
|
{% for item in site.html_pages %}
|
||||||
<url>
|
<url>
|
||||||
@@ -15,6 +18,7 @@ layout: compress
|
|||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<!-- Posts -->
|
<!-- Posts -->
|
||||||
{% for item in site.posts %}
|
{% for item in site.posts %}
|
||||||
<url>
|
<url>
|
||||||
|
Reference in New Issue
Block a user