simplify YAML params and readme

This commit is contained in:
Dean Attali 2015-03-03 01:03:01 -08:00
parent 6ba0d82cc5
commit 757206b082
7 changed files with 24 additions and 27 deletions

View file

@ -8,9 +8,9 @@ layout: default
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="page-heading">
<h1>{{ page.title }}</h1>
{% if page.description %}
{% if page.subtitle %}
<hr class="small">
<span class="page-subheading">{{ page.description }}</span>
<span class="page-subheading">{{ page.subtitle }}</span>
{% endif %}
</div>
</div>