-filter HTML (e.g., <em>) from rendered post <title>s
/count firing on individual post pages (suboptimal)
rework footnotes plugin!? (Markdown footnote format is better than [ref][/ref] tags)
self-host a copy of Source Sans Pro (I'm annoyed that my devserver preview fonts are ugly when I've killed my network connection so I can focus for once)
{% extends "base.html" %}
-{% block title %}{{ article.title }} ★ {{ SITENAME }}{% endblock %}
+{% block title %}{{ article.title|striptags }} ★ {{ SITENAME }}{% endblock %}
{% block extra_meta %}