Skip to content

Commit 3a670b8

Browse files
committed
Really enable jekyll-redirect-from
`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
1 parent 9b90e08 commit 3a670b8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,6 @@ DEPENDENCIES
152152
rack-jekyll
153153
rack-ssl-enforcer
154154
rake
155+
156+
BUNDLED WITH
157+
1.10.6

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: [bin, CNAME, Gemfile, Gemfile.lock, README.md, slate, vendor]
22
markdown: kramdown
33
permalink: :title
4-
safe: true
4+
safe: false
55
syntax-highlighting:
66
enabled: true
77
kramdown:

user/customizing-the-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ one situation in which you might want to set a particular limit is:
188188
condition with concurrent builds.
189189

190190
You can set the maximum number of concurrent builds in the settings pane for
191-
each repository.
191+
each repository.
192192

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

0 commit comments

Comments
 (0)