diff --git a/_posts/05-03-01-Date-and-Time.md b/_posts/05-03-01-Date-and-Time.md index 0d9a6de..0e030ed 100644 --- a/_posts/05-03-01-Date-and-Time.md +++ b/_posts/05-03-01-Date-and-Time.md @@ -57,11 +57,7 @@ foreach($periodIterator as $date) {% endhighlight %} * [Read about DateTime][datetime] -* [Read about DateInterval][dateinterval] -* [Read about DatePeriod][dateperiod] * [Read about date formatting][dateformat] (accepted date format string options) -[datetime]: http://www.php.net/manual/language.exceptions.php -[dateinterval]: http://www.php.net/manual/class.dateinterval.php -[dateperiod]: http://www.php.net/manual/class.dateperiod.php +[datetime]: http://www.php.net/manual/book.datetime.php [dateformat]: http://www.php.net/manual/function.date.php diff --git a/index.html b/index.html index 1e0a580..f22d1fc 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,8 @@ description: "An easy-to-read, quick reference for PHP best practices, accepted {% if post.isChild != true and loop.first != true %} {{ backtotop|markdownify }} {% endif %} +
{{ post.content }} +
{% endfor %} {{ backtotop|markdownify }}