Update more paths

This commit is contained in:
Oliver Davies 2019-01-15 08:49:33 +00:00
parent 018492edf2
commit 70d5145ed6
3 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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 %}

View file

@ -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>