aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/components/title_text.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/components/title_text.html')
-rw-r--r--crumbs/templates/components/title_text.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/crumbs/templates/components/title_text.html b/crumbs/templates/components/title_text.html
index a86a77d..e0fda8c 100644
--- a/crumbs/templates/components/title_text.html
+++ b/crumbs/templates/components/title_text.html
@@ -1,7 +1,13 @@
-<div class="page-title" title="Inconsolata is my favourite monospace font, after all...">
+<div class="{{ title_type }}" title="Inconsolata is my favourite monospace font, after all...">
+ {% if title_type == 'title' %}
+ <h1>
+ {% endif %}
<span id="t-color-red"><b># ~ </b></span>
<span id="t-color-org">Fun</span>
<span id="t-color-ylw">Memory</span>
<span id="t-color-grn">Violations</span>
<span class="cursor" id="cursor">&nbsp;▁</span>
+ {% if title_type == 'title' %}
+ </h1>
+ {% endif %}
</div>