Skip to content

Commit beb45da

Browse files
committed
Merge remote-tracking branch 'philips/tagline-metadata' into jb-development. issue #31
2 parents 76d3a97 + 7a799ce commit beb45da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_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>Supporting tagline</small></h1>
2+
<h1>{{ page.title }} <small>{{ page.tagline }}</small></h1>
33
</div>
44

55
<div class="row">

index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Hello World!
4+
tagline: Supporting tagline
45
---
56
{% include JB/setup %}
67

0 commit comments

Comments
 (0)