Skip to content

Commit

Permalink
tweak layout per Github pages support person
Browse files Browse the repository at this point in the history
  • Loading branch information
moredip committed May 22, 2013
1 parent 22dbcfb commit 15d65e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</ol>
</div>
<div id='content'>
<h1 id='{{ page.title | downcase | replace(' ', '_') }}'>{{ page.title }}</h1>
<h1 id='{{ page.title | downcase | replace:' ', '_' }}'>{{ page.title }}</h1>
{{ content }}
</div>

Expand Down

0 comments on commit 15d65e4

Please sign in to comment.