aboutsummaryrefslogtreecommitdiffstats
path: root/simple-bootstrap/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'simple-bootstrap/templates/base.html')
-rwxr-xr-xsimple-bootstrap/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html
index 934c488..e282538 100755
--- a/simple-bootstrap/templates/base.html
+++ b/simple-bootstrap/templates/base.html
@@ -45,6 +45,7 @@
<li{% if author or tag %} class="active"{% endif %}{% block archclass %}{{ ARCHCLASS }}{% endblock archclass %}><a href="{{ SITEURL }}/archives.html">Archives</a></li>
</ul>
<h3 class="text-muted"><a href="{{ SITEURL }}">{{ SITENAME }}</a></h3>
+ <h2 class="text-muted">{{ SITESUBTITLE }}</h2>
</div>
{% block content %}
{% endblock %}