Skip to content

Commit

Permalink
Really enable jekyll-redirect-from
Browse files Browse the repository at this point in the history
`safe` needs to be `false` to have the plugin in effect.

See https://talk.jekyllrb.com/t/jekyll-redirect-from-redirects-not-being-applied/1204
  • Loading branch information
BanzaiMan committed Nov 28, 2015
1 parent 9b90e08 commit 3a670b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,6 @@ DEPENDENCIES
rack-jekyll
rack-ssl-enforcer
rake

BUNDLED WITH
1.10.6
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: [bin, CNAME, Gemfile, Gemfile.lock, README.md, slate, vendor]
markdown: kramdown
permalink: :title
safe: true
safe: false
syntax-highlighting:
enabled: true
kramdown:
Expand Down
2 changes: 1 addition & 1 deletion user/customizing-the-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ one situation in which you might want to set a particular limit is:
condition with concurrent builds.

You can set the maximum number of concurrent builds in the settings pane for
each repository.
each repository.

![Settings -> Limit concurrent builds](/images/screenshots/concurrent-builds-how-to.png)

Expand Down

0 comments on commit 3a670b8

Please sign in to comment.