Redid anchor changes to be sure each doc was updated properly

This commit is contained in:
Eric Martel
2014-03-14 23:13:39 -04:00
parent 248aa25dfc
commit 7df82049e8
54 changed files with 105 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ description: "An easy-to-read, quick reference for PHP best practices, accepted
{% if post.isChild != true and loop.first != true %}
{{ backtotop|markdownify }}
{% endif %}
<div id="{{ post.title | downcase | replace:' ','_' | replace:'(','' | replace:')','' | replace:'.','' | replace:'-','' }}">
<div id="{{ post.anchor }}">
{{ post.content }}
</div>
{% endfor %}