Show tagline only if set. credit to @sway as seen in pull #48

This commit is contained in:
Jade Dominguez 2012-03-24 13:00:38 -07:00
parent cc7a99f390
commit e3e849e6e3

View file

@ -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">