Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:codeguy/php-the-right-way into …
Browse files Browse the repository at this point in the history
…gh-pages
  • Loading branch information
Phil Sturgeon committed Jul 11, 2012
2 parents f98754f + d386b49 commit 98a1725
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 @@ -35,7 +35,7 @@
{% for post in site.posts reversed %}
{% if post.isChild and lastIsChild != true %}<ul>{% endif %}
{% if lastIsChild and post.isChild != true %}</ul>{% endif %}
<li><a href="#{{ post.title | downcase | replace:' ','_' | replace:'(','' | replace:')','' | replace:'.','' | replace:'-','' }}">{{ post.title }}</a>
<li><a href="/#{{ post.title | downcase | replace:' ','_' | replace:'(','' | replace:')','' | replace:'.','' | replace:'-','' }}">{{ post.title }}</a>
{% assign lastIsChild = post.isChild %}
{% endfor %}
</ul>
Expand Down

0 comments on commit 98a1725

Please sign in to comment.