index.html: Show the <hr> and subheading only if SITESUBTITLE is defined
This commit is contained in:
parent
dd81fafa5f
commit
b30259775c
@ -13,8 +13,10 @@
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="page-heading">
|
||||
<h1>{{ SITENAME }}</h1>
|
||||
{% if SITESUBTITLE %}
|
||||
<hr class="small">
|
||||
<span class="subheading">{{ SITESUBTITLE }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user