aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r--tuxlite_tbs/templates/author.html2
-rw-r--r--tuxlite_tbs/templates/categories.html2
-rw-r--r--tuxlite_tbs/templates/tag.html2
3 files changed, 3 insertions, 3 deletions
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 }} <small>{{ author }}</small>{% 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 }} <small>[categories]</small>{% endblock %}
+{% block title %}{{ SITENAME }} - [categories]{% endblock %}
{% block content %}
<ul>
{% for category, articles in categories %}
diff --git a/tuxlite_tbs/templates/tag.html b/tuxlite_tbs/templates/tag.html
index ce6dcb7..68cdcba 100644
--- a/tuxlite_tbs/templates/tag.html
+++ b/tuxlite_tbs/templates/tag.html
@@ -1,2 +1,2 @@
{% extends "index.html" %}
-{% block title %}{{ SITENAME }} <small>{{ tag }}</small>{% endblock %} \ No newline at end of file
+{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %}