summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.org>2012-02-05 15:37:49 -0800
committerBrandon Philips <brandon@ifup.org>2012-02-05 15:37:49 -0800
commit7a799ce004f056cf38ebdf06de56f49fcb781963 (patch)
tree91d01b5d4600d2d8eb0337b3006139db87eca25a
parenteb408084fcdb91325816ebdeeecd63538471cd3a (diff)
index.md: add tagline metadata
Instead of hard coding the tagline use some metadata
-rw-r--r--_includes/themes/twitter/page.html2
-rw-r--r--index.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/_includes/themes/twitter/page.html b/_includes/themes/twitter/page.html
index 7ac6fab..e42278a 100644
--- a/_includes/themes/twitter/page.html
+++ b/_includes/themes/twitter/page.html
@@ -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">
diff --git a/index.md b/index.md
index dfa0769..f8b5475 100644
--- a/index.md
+++ b/index.md
@@ -1,6 +1,7 @@
---
layout: page
title: Hello World!
+tagline: Supporting tagline
---
{% include JB/setup %}