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="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||||
<div class="page-heading">
|
<div class="page-heading">
|
||||||
<h1>{{ SITENAME }}</h1>
|
<h1>{{ SITENAME }}</h1>
|
||||||
<hr class="small">
|
{% if SITESUBTITLE %}
|
||||||
<span class="subheading">{{ SITESUBTITLE }}</span>
|
<hr class="small">
|
||||||
|
<span class="subheading">{{ SITESUBTITLE }}</span>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user