Skip to content

Commit 10add52

Browse files
author
Ian Li
committed
Giving every post/page the "smarter" custom tagline (just like page.html in master branch).
P.S. In master branch, every page has "smarter" custom tagline but every post haven't.
1 parent 162a85d commit 10add52

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)