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

View file

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

View file

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