diff options
-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 --- |