Merge remote-tracking branch 'philips/tagline-metadata' into jb-development. issue #31
This commit is contained in:
commit
beb45dace2
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="page-header">
|
||||
<h1>{{ page.title }} <small>Supporting tagline</small></h1>
|
||||
<h1>{{ page.title }} <small>{{ page.tagline }}</small></h1>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
|
1
index.md
1
index.md
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
title: Hello World!
|
||||
tagline: Supporting tagline
|
||||
---
|
||||
{% include JB/setup %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue