File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,17 @@ permalink: /sitemap.xml
22
22
<priority >0.8</priority >
23
23
</url >
24
24
25
- <!-- work -->
25
+ <!-- portfolio -->
26
26
<url >
27
- <loc >http://pixelnest.io/work/</loc >
27
+ <loc >http://pixelnest.io/portfolio/</loc >
28
+ <lastmod >{{ site.time | date_to_xmlschema}}</lastmod >
29
+ <changefreq >weekly</changefreq >
30
+ <priority >0.9</priority >
31
+ </url >
32
+
33
+ <!-- services -->
34
+ <url >
35
+ <loc >http://pixelnest.io/services/</loc >
28
36
<lastmod >{{ site.time | date_to_xmlschema}}</lastmod >
29
37
<changefreq >weekly</changefreq >
30
38
<priority >0.9</priority >
@@ -70,4 +78,19 @@ permalink: /sitemap.xml
70
78
</url >
71
79
{% endunless %}
72
80
{% endfor %}
81
+
82
+ <!-- products -->
83
+ {% for product in site.products %}
84
+ <url >
85
+ <loc >http://pixelnest.io{{ product.url }}</loc >
86
+
87
+ {% if product.lastmod %}
88
+ <lastmod >{{ product.lastmod | date_to_xmlschema }}</lastmod >
89
+ {% else %}
90
+ <lastmod >{{ product.date | date_to_xmlschema }}</lastmod >
91
+ {% endif %}
92
+ <changefreq >monthly</changefreq >
93
+ <priority >0.8</priority >
94
+ </url >
95
+ {% endfor %}
73
96
</urlset >
You can’t perform that action at this time.
0 commit comments