diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-19 14:28:24 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-19 14:28:24 +0100 |
commit | 9127045e6298d5d529f879dcf24abf17461cacbc (patch) | |
tree | 29d717f7d1c490de84add056bbc6028cbebaca92 | |
parent | 4528da2a6ad769ca5d3a58c3f20992cd65617d5e (diff) |
Try to get a redirect
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | about.md | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 479f3901f..37eefa1f8 100644 --- a/_config.yml +++ b/_config.yml @@ -4,3 +4,5 @@ baseurl: / permalink: pretty markdown: kramdown url: http://code.alaveteli.org +gems: + - jekyll-redirect-from @@ -1,4 +1,5 @@ --- +redirect_from: /about-2/ layout: landing title: About --- |