Skip to content

Commit

Permalink
index.md: add tagline metadata
Browse files Browse the repository at this point in the history
Instead of hard coding the tagline use some metadata
  • Loading branch information
philips committed Feb 5, 2012
1 parent eb40808 commit 7a799ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/themes/twitter/page.html
@@ -1,5 +1,5 @@
<div class="page-header"> <div class="page-header">
<h1>{{ page.title }} <small>Supporting tagline</small></h1> <h1>{{ page.title }} <small>{{ page.tagline }}</small></h1>
</div> </div>


<div class="row"> <div class="row">
Expand Down
1 change: 1 addition & 0 deletions index.md
@@ -1,6 +1,7 @@
--- ---
layout: page layout: page
title: Hello World! title: Hello World!
tagline: Supporting tagline
--- ---
{% include JB/setup %} {% include JB/setup %}


Expand Down

0 comments on commit 7a799ce

Please sign in to comment.