aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuxlite_tbs/templates/article.html')
-rw-r--r--tuxlite_tbs/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/templates/article.html b/tuxlite_tbs/templates/article.html
index d2ceffd..766de73 100644
--- a/tuxlite_tbs/templates/article.html
+++ b/tuxlite_tbs/templates/article.html
@@ -2,7 +2,7 @@
{% block content %}
<div class='article'>
<div class="content-title">
- <h2>{{ article.title }}</h2>
+ <h1>{{ article.title }}</h1>
{% include "metadata.html" %}
</div>