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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tuxlite_tbs/templates/article.html b/tuxlite_tbs/templates/article.html
index 23e3c86..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>
@@ -12,6 +12,6 @@
<h2>Comments</h2>
{% include "twitter.html" %}
- {% if DISQUS_SITENAME %}<div id="disqus_thread"></div>{% endif %}
+ {% include 'disqus.html' %}
</div>
{% endblock %}