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 %}
|
||||
<tr>
|
||||
<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>{{ post_count }}</td>
|
||||
</tr>
|
||||
|
|
|
@ -5,7 +5,7 @@ generator:
|
|||
- posts_tag_index
|
||||
---
|
||||
{% 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">
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ use: [posts, talks]
|
|||
{% endfor %}
|
||||
|
||||
<url>
|
||||
<loc>{{ site.url }}/blog</loc>
|
||||
<loc>{{ site.url }}/articles</loc>
|
||||
<lastmod>{{ site.calculated_date|date('Y-m-d') }}</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
|
|
Reference in a new issue