diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-14 23:43:54 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-14 23:43:54 -0700 |
commit | b76d23180f98d81435ce13087086ad593590e50d (patch) | |
tree | e3ac5d88908844046ebaf00e9f7f67e4b2baae1a | |
parent | 6d3e2f65f5e665d078dcb449665d0177826fa924 (diff) |
Redirect /benchmark/ to /benchmark.html
-rw-r--r-- | _config.yml | 5 | ||||
-rw-r--r-- | benchmark.md | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 301762c..c292b8e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,7 @@ name: pugixml.org description: Light-weight, simple and fast XML parser for C++ with XPath support url: http://pugixml.org/ -version: 1.6
\ No newline at end of file +version: 1.6 +gems: + - jekyll-redirect-from + diff --git a/benchmark.md b/benchmark.md index df806c2..8fa8a67 100644 --- a/benchmark.md +++ b/benchmark.md @@ -1,6 +1,7 @@ --- layout: default title: Benchmark +redirect_from: /benchmark --- ## Benchmarks |