summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-03-24 13:00:38 -0700
committerJade Dominguez <plusjade@gmail.com>2012-03-24 13:00:38 -0700
commite3e849e6e3232cd9df30ce64880095b7b002ae9c (patch)
tree7ecec3496c1ef97262a30c3bcaf8beb8b1426ad1 /_includes
parentcc7a99f390a464e4d03bc5cb55d4e8ed42d10e34 (diff)
Show tagline only if set. credit to @sway as seen in pull #48
Diffstat (limited to '_includes')
-rw-r--r--_includes/themes/twitter/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/themes/twitter/page.html b/_includes/themes/twitter/page.html
index 68d6392..b86f4d6 100644
--- a/_includes/themes/twitter/page.html
+++ b/_includes/themes/twitter/page.html
@@ -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">