Skip to content

Commit 7a799ce

Browse files
committed
index.md: add tagline metadata
Instead of hard coding the tagline use some metadata
1 parent eb40808 commit 7a799ce

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)