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:
authorDavid O'Regan <doregan@gitlab.com>2020-05-29 04:24:28 +0300
committerEvan Read <eread@gitlab.com>2020-05-29 04:24:28 +0300
commit1ef7838118360c0ddecce419ac1718661b247e68 (patch)
treeb714d29f8029112219b07086d5727ea492e2ddb2 /layouts/archives.html
parent38cbfc7c7b559b3b39c546aaf488f18e551ffd1a (diff)
Add new footer to rest of the site
Here we add the new dooter design to the rest of the docs site.
Diffstat (limited to 'layouts/archives.html')
-rw-r--r--layouts/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/archives.html b/layouts/archives.html
index e5636ef1..287fedf9 100644
--- a/layouts/archives.html
+++ b/layouts/archives.html
@@ -34,7 +34,7 @@
<script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script>
<script type="application/javascript" src="<%= @items['/assets/javascripts/clipboardjs.*'].path %>"></script>
<script type="application/javascript" src="<%= @items['/assets/javascripts/badges.*'].path %>"></script>
- <%= render '/footer.*' %>
+ <%= render '/footer-new.*' %>
<%= render '/docsearch.*' %>
<% if is_production? %>
<%# Add analytics only in production %>