Merge pull request #135 from getjump/gh-pages

Small fixes
This commit is contained in:
Josh Lockhart
2012-07-23 05:21:52 -07:00
2 changed files with 3 additions and 5 deletions

View File

@@ -57,11 +57,7 @@ foreach($periodIterator as $date)
{% endhighlight %} {% endhighlight %}
* [Read about DateTime][datetime] * [Read about DateTime][datetime]
* [Read about DateInterval][dateinterval]
* [Read about DatePeriod][dateperiod]
* [Read about date formatting][dateformat] (accepted date format string options) * [Read about date formatting][dateformat] (accepted date format string options)
[datetime]: http://www.php.net/manual/language.exceptions.php [datetime]: http://www.php.net/manual/book.datetime.php
[dateinterval]: http://www.php.net/manual/class.dateinterval.php
[dateperiod]: http://www.php.net/manual/class.dateperiod.php
[dateformat]: http://www.php.net/manual/function.date.php [dateformat]: http://www.php.net/manual/function.date.php

View File

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