summaryrefslogtreecommitdiff
path: root/themes/elenq/templates/base.html
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-02-03 13:39:46 +0100
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-02-03 13:39:46 +0100
commitb044dcc709a37ecf3da2bea713fdff479d4f285f (patch)
treee9b88c463e0d240f7dd21febb85aa2b62f1fea99 /themes/elenq/templates/base.html
parentf9231b4800b606481f937d7233cfb41440be4f66 (diff)
Add subtitle support
Diffstat (limited to 'themes/elenq/templates/base.html')
-rw-r--r--themes/elenq/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/elenq/templates/base.html b/themes/elenq/templates/base.html
index 13593df..7d64a88 100644
--- a/themes/elenq/templates/base.html
+++ b/themes/elenq/templates/base.html
@@ -63,7 +63,7 @@
</div>
</header>
<div class="content container">
- <h1 class="main-title"><a class="text-nodeco-black" href="{{ SITEURL }}/">{{ SITENAME }}{% if SITESUBTITLE %}:<br/> {{ SITESUBTITLE }}{% endif %}</a></h1>
+ <h1 class="main-title"><a class="text-nodeco-black" href="{{ SITEURL }}/">{{ SITENAME }}{% if SITESUBTITLE %}:<br/><span class="subtitle">{{ SITESUBTITLE }}</span>{% endif %}</a></h1>
{% block content %}
{% endblock content %}
</div>