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
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-12-15 16:25:19 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-12-15 16:25:19 +0300
commit085252aa150afc37f6757a1419250bb430fa54e1 (patch)
treec6deecea79445f9957eda679dab567f8ca5ac4f0 /layouts/home.html
parent1444e0557e028b16303bd7fc2dfb24837a50d8b6 (diff)
Redirect to HTTPS with some JS mojo
Diffstat (limited to 'layouts/home.html')
-rw-r--r--layouts/home.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/home.html b/layouts/home.html
index 1b4db043..784efdc7 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -12,5 +12,6 @@
<%= render '/footer.*' %>
<%= render '/docsearch.*' %>
<%= render '/analytics.*' %>
+ <%= render '/https_redirect.*' %>
</body>
</html>