Skip to content

Commit e3e849e

Browse files
committed
Show tagline only if set. credit to @sway as seen in pull #48
1 parent cc7a99f commit e3e849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _includes/themes/twitter/page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="page-header">
2-
<h1>{{ page.title }} <small>{{ page.tagline }}</small></h1>
2+
<h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1>
33
</div>
44

55
<div class="row">

0 commit comments

Comments
 (0)