Skip to content

Commit c84ac28

Browse files
committed
Merge pull request #102 from techotaku/jb-development
Giving every post/page the "smarter" custom tagline
2 parents 162a85d + 10add52 commit c84ac28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/themes/twitter/page.html

Lines changed: 1 addition & 1 deletion
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">

_includes/themes/twitter/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="page-header">
2-
<h1>{{ page.title }} <small>Supporting 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)