htmlproof fixes (dead links, etc)

This commit is contained in:
2014-10-03 15:05:47 -04:00
parent d6c2136ad1
commit c28cc89649
19 changed files with 24 additions and 28 deletions

View File

@ -10,4 +10,4 @@ title: Posts tagged "{{ page.tag }}"
{% endunless %}
{% include article_list.html %}
{% endfor %}
<p><a href="/tag/{{ page.tag }}/atom.xml">subscribe</a></p>
<p><a href="/tag/{{ page.tag | replace:' ','-' }}/atom.xml">subscribe</a></p>