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:
authorEvan Read <eread@gitlab.com>2021-04-28 04:00:03 +0300
committerEvan Read <eread@gitlab.com>2021-04-29 02:44:54 +0300
commit09f68a46e07bca86b5576839e542a4a23af0e6fd (patch)
treef03e8169f8a7aa9822167fbe254a1dd218866ea2 /layouts
parent7dbaa8ce9b435815591d6061657e8dbcda7a2e48 (diff)
More cleanup of nanoc.yaml file
Diffstat (limited to 'layouts')
-rw-r--r--layouts/nav-item.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/nav-item.html b/layouts/nav-item.html
deleted file mode 100644
index 12cc0c9d..00000000
--- a/layouts/nav-item.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<li class="nav-item">
- <a class="header-link nav-item f-flex align-items-center" href="<%= @items["/#{product[:slug]}/#{product[:index_file]}"].path %>">
- <p><%= product[:short_name] %></p>
- </a>
-</li>