Skip to content

Commit 0181e5c

Browse files
committed
template: add a subtitle
1 parent 2c3e710 commit 0181e5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/offby1/templates/base.html.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
<a class="title-main" href="{{ SITEURL }}">
111111
{{ SITENAME }}
112112
</a>
113+
<p>this is such an <em>extremely</em> specific complaint</p>
113114
{% endblock %}
114115
</div>
115116
</div>
@@ -121,6 +122,7 @@
121122
<div class="container-lg clearfix">
122123
<!-- content block begins -->
123124
{% block content %}
125+
If you are seeing this, something is wrong
124126
{% endblock %}
125127
<!-- content block ends -->
126128

0 commit comments

Comments
 (0)