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:
authorJacques Erasmus <jerasmus@gitlab.com>2019-11-06 10:27:24 +0300
committerJacques Erasmus <jerasmus@gitlab.com>2019-11-06 10:27:24 +0300
commitae65d26c3f21a9614f792c06d09f70dd32e4d955 (patch)
tree7ab03e27795fd52e522bb4c2e95cece4c01f884b /layouts/home.html
parent28bfef6b2a6a1946f2b34a1e99e29b1157bf007e (diff)
Add landing page burger menu
Added a burger menu to the landing page
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 9daafb06..afc50880 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -30,5 +30,6 @@
<% end %>
<%= render '/https_redirect.*' %>
<%= render '/schema-microdata.*' %>
+ <script src="<%= @items['/frontend/bundles/home.*'].path %>"></script>
</body>
</html>