strip HTML inside <title> tags
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 1 Sep 2020 00:51:23 +0000 (17:51 -0700)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 1 Sep 2020 00:51:23 +0000 (17:51 -0700)
notes/tech_tasks.txt
theme/templates/article.html

index a1de76c..498c9dc 100644 (file)
@@ -1,4 +1,3 @@
-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)
index 2069815..1d1ba69 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% block title %}{{ article.title }} ★ {{ SITENAME }}{% endblock %}
+{% block title %}{{ article.title|striptags }} ★ {{ SITENAME }}{% endblock %}
 
 {% block extra_meta %}