Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-07 07:58:18 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-07 07:58:18 +0300
commit3c29f001846eb5a4c2db21d34265dd4d5a634906 (patch)
tree85512d2e5cbe670d24cd2f7663093c9c1267a73b /Rules
parentb1af70d010e6e9da721b09ea3d7cffc935383dd6 (diff)
Improve styles, make more links work properly.
Diffstat (limited to 'Rules')
-rw-r--r--Rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules b/Rules
index 0d391abf..90861060 100644
--- a/Rules
+++ b/Rules
@@ -32,7 +32,7 @@ route '/**/*.{html,md}' do
if item.identifier =~ '/index.*'
'/index.html'
else
- item.identifier.without_ext + '/index.html'
+ item.identifier.without_ext + '.html'
end
end