We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7a99f commit e3e849eCopy full SHA for e3e849e
_includes/themes/twitter/page.html
@@ -1,5 +1,5 @@
1
<div class="page-header">
2
- <h1>{{ page.title }} <small>{{ page.tagline }}</small></h1>
+ <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1>
3
</div>
4
5
<div class="row">
0 commit comments