aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-08-15 15:27:43 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-08-15 15:27:43 -0400
commit3a1aa66c425af4885e3b8f2e756e611de700048a (patch)
tree9d8409af1e875f42b5a3449255337f6e4c79401d
parenta865b320a710f29581ed53c546e1267ea015700f (diff)
parentd035ea248ca9e091d4eaa1e976e90969871f5f12 (diff)
downloadkompetenzbolzen.github.io-3a1aa66c425af4885e3b8f2e756e611de700048a.tar.gz
Merge pull request #15 from javiercejudo/patch-1
Adds trailing slash to avoid 301 redirections
-rw-r--r--_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 45101de..cdb46a3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -51,7 +51,7 @@ baseurl: ""
markdown: kramdown
highlighter: pygments
-permalink: /:title
+permalink: /:title/
# The release of Jekyll Now that you're using
version: v1.0.0
@@ -71,4 +71,4 @@ exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- - README.md \ No newline at end of file
+ - README.md