Merge pull request #500 from peterkokot/patch-sitemap

jekyll-sitemap gem added
This commit is contained in:
Phil Sturgeon
2015-01-02 11:41:18 -05:00
7 changed files with 18 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Design Patterns
sitemap: true
---
# Design Patterns

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Functional Programming in PHP
sitemap: true
---
# Functional Programming in PHP

View File

@@ -1,6 +1,7 @@
---
layout: page
title: The Basics
sitemap: true
---
# The Basics
@@ -283,7 +284,7 @@ EOD; // closing 'EOD' must be on it's own line, and to th
* [Heredoc syntax](http://php.net/language.types.string#language.types.string.syntax.heredoc)
### Which is quicker?
### Which is quicker?
There is a myth floating around that single quote strings are fractionally quicker than double quote strings. This is
fundamentally not true.