From 5792a2e3f67b806257fae40d23f6b24789c3b7e8 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Tue, 23 Feb 2016 14:43:16 -0600 Subject: Fix other templates with unusual broken html --- tuxlite_tbs/templates/author.html | 2 +- tuxlite_tbs/templates/categories.html | 2 +- tuxlite_tbs/templates/tag.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tuxlite_tbs') diff --git a/tuxlite_tbs/templates/author.html b/tuxlite_tbs/templates/author.html index 5b41b41..0b37290 100644 --- a/tuxlite_tbs/templates/author.html +++ b/tuxlite_tbs/templates/author.html @@ -1,2 +1,2 @@ {% extends "index.html" %} -{% block title %}{{ SITENAME }} {{ author }}{% endblock %} \ No newline at end of file +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} diff --git a/tuxlite_tbs/templates/categories.html b/tuxlite_tbs/templates/categories.html index 2b95d34..9277410 100644 --- a/tuxlite_tbs/templates/categories.html +++ b/tuxlite_tbs/templates/categories.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ SITENAME }} [categories]{% endblock %} +{% block title %}{{ SITENAME }} - [categories]{% endblock %} {% block content %}