Show tagline only if set. credit to @sway as seen in pull #48
This commit is contained in:
parent
cc7a99f390
commit
e3e849e6e3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="page-header">
|
||||
<h1>{{ page.title }} <small>{{ page.tagline }}</small></h1>
|
||||
<h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Reference in a new issue