jekyll/docs/_docs
Phil Nash 42a65a57e6 Makes uri_escape template docs more specific.
I didn't know the difference between cgi_escape and uri_escape until it bit me when I had a colon in a title I used uri_escape on. Addressable::URI.encode (from addressable 2.4.0 and later) thought it was a URI and raised an error. I should have been using cgi_escape, which is for strings that will be added to URIs and not uri_escape, which is for encoding strings that are already in a URI.

This commit borrows from the addressable docs to make it more specific so that readers choose uri_escape when they already have a URI and cgi_escape when they are just escaping a plain string.
2017-02-17 02:16:37 +00:00
..
continuous-integration Review CI pages 2017-01-24 01:42:53 +01:00
maintaining Merge pull request #5753 from DirtyF/docs-merge-categories 2017-01-17 20:20:35 -05:00
upgrading Use defaults in config 2017-01-09 21:10:24 +01:00
assets.md Use defaults in config 2017-01-09 21:10:24 +01:00
collections.md Add note to collections doc on hard-coded collections. 2017-02-11 00:09:16 -05:00
conduct.md Use defaults in config 2017-01-09 21:10:24 +01:00
configuration.md Update configuration.md 2017-01-23 10:06:24 +01:00
contributing.md Use defaults in config 2017-01-09 21:10:24 +01:00
datafiles.md Use defaults in config 2017-01-09 21:10:24 +01:00
deployment-methods.md fix typo 2017-02-13 11:40:30 -05:00
drafts.md Use defaults in config 2017-01-09 21:10:24 +01:00
extras.md Merge branch 'master' into fix-broken-links 2017-01-19 14:14:12 +01:00
frontmatter.md Use defaults in config 2017-01-09 21:10:24 +01:00
github-pages.md Merge branch 'master' into fix-broken-links 2017-01-19 14:14:12 +01:00
history.md Add the correct year to the 3.4.0 release date 2017-02-04 15:52:42 +00:00
includes.md Use defaults in config 2017-01-09 21:10:24 +01:00
index.md Use defaults in config 2017-01-09 21:10:24 +01:00
installation.md Update installation.md 2017-02-11 05:35:50 +01:00
migrations.md Use defaults in config 2017-01-09 21:10:24 +01:00
pages.md Use defaults in config 2017-01-09 21:10:24 +01:00
pagination.md Use defaults in config 2017-01-09 21:10:24 +01:00
permalinks.md Fixed inaccuracy in "Built-in permalink styles" docs [skip ci] 2017-01-25 15:22:26 +06:00
plugins.md Merge pull request #5812 from jhabdas/jekyll-ga-generator 2017-01-23 11:53:12 -05:00
posts.md Use defaults in config 2017-01-09 21:10:24 +01:00
quickstart.md Added note about --blank flag 2017-01-21 00:17:14 +00:00
resources.md Use defaults in config 2017-01-09 21:10:24 +01:00
sites.md Use defaults in config 2017-01-09 21:10:24 +01:00
static_files.md Use defaults in config 2017-01-09 21:10:24 +01:00
structure.md Use defaults in config 2017-01-09 21:10:24 +01:00
templates.md Makes uri_escape template docs more specific. 2017-02-17 02:16:37 +00:00
themes.md fix ial css classes in theme doc 2017-02-10 12:34:16 -03:00
troubleshooting.md Add Termux section on troubleshooting 2017-01-30 22:13:05 -08:00
upgrading.md move site to docs folder 2016-11-02 13:51:14 -07:00
usage.md Merge branch 'master' into docs-usage-help 2017-01-17 09:32:48 +01:00
variables.md Use defaults in config 2017-01-09 21:10:24 +01:00
windows.md Merge branch 'master' into fix-broken-links 2017-01-19 14:14:12 +01:00