Skip to content

Commit

Permalink
Fix layout to show intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnugget committed May 16, 2013
1 parent e577337 commit 3e45750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _layouts/default.html
Expand Up @@ -92,9 +92,10 @@
<div id="introduction">
{% if page.introTitle %}
<h2>{{ page.introTitle }}</h2>

{% endif %}
{% if page.introText %}
<p>
{{ this.introText }}
{{ page.introText }}
</p>
{% endif %}
</div>
Expand Down

0 comments on commit 3e45750

Please sign in to comment.