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-17 02:36:21 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-17 02:36:21 +0300
commitac2d5b8d21c02ba018468a27955f98df60ddc388 (patch)
tree50c38dda4ea65be8c80658df1126818a0b1bf461 /Rules
parentc7a96d18e4e11169d4356bce608f6bb7294bf3ba (diff)
Use the new home page from docs.gitlab.com, but with responsive design.
Diffstat (limited to 'Rules')
-rw-r--r--Rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules b/Rules
index a2693785..103c1db2 100644
--- a/Rules
+++ b/Rules
@@ -22,7 +22,7 @@ end
compile '/index.*' do
filter :erb
- layout '/default.*'
+ layout '/home.*'
write '/index.html'
end