jekyll-sitemap gem added

This commit is contained in:
Peter Kokot
2014-12-09 06:18:31 +01:00
parent e84f63a51e
commit d1851cc82b
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.