Update more paths
This commit is contained in:
parent
018492edf2
commit
70d5145ed6
|
@ -22,7 +22,7 @@ use:
|
||||||
{% for tag, post_count in rows|sort|reverse %}
|
{% for tag, post_count in rows|sort|reverse %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ site.url }}/blog/tags/{{ tag|url_encode(true) }}">{{ tag }}</a>
|
<a href="{{ site.url }}/articles/tags/{{ tag|url_encode(true) }}">{{ tag }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ post_count }}</td>
|
<td>{{ post_count }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -5,7 +5,7 @@ generator:
|
||||||
- posts_tag_index
|
- posts_tag_index
|
||||||
---
|
---
|
||||||
{% block head_meta %}
|
{% block head_meta %}
|
||||||
<link rel="alternate" type="application/atom+xml" href="{{ site.url }}/blog/tags/{{ page.tag|url_encode(true) }}.xml" title="{{ site.title }} '{{ page.tag }}' tag feed" />
|
<link rel="alternate" type="application/atom+xml" href="{{ site.url }}/articles/tags/{{ page.tag|url_encode(true) }}.xml" title="{{ site.title }} '{{ page.tag }}' tag feed" />
|
||||||
<meta name="robots" content="noindex, follow">
|
<meta name="robots" content="noindex, follow">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ use: [posts, talks]
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>{{ site.url }}/blog</loc>
|
<loc>{{ site.url }}/articles</loc>
|
||||||
<lastmod>{{ site.calculated_date|date('Y-m-d') }}</lastmod>
|
<lastmod>{{ site.calculated_date|date('Y-m-d') }}</lastmod>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.8</priority>
|
<priority>0.8</priority>
|
||||||
|
|
Reference in a new issue