Skip to content

Commit

Permalink
Merge pull request #74 from lzcabrera/post_update
Browse files Browse the repository at this point in the history
Post update
  • Loading branch information
plusjade committed Feb 24, 2013
2 parents fcff62c + b74f290 commit 4039de7
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/post.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="page-header">
<h1>{{ page.title }} <small>Supporting tagline</small></h1>
<h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endif %}</h1>
</div>

<div class="row-fluid">
Expand Down
1 change: 1 addition & 0 deletions _posts/core-samples/2011-12-29-jekyll-introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
category : lessons
tagline: "Supporting tagline"
tags : [intro, beginner, jekyll, tutorial]
---
{% include JB/setup %}
Expand Down

0 comments on commit 4039de7

Please sign in to comment.