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>2021-03-01 04:12:45 +0300
committerEvan Read <eread@gitlab.com>2021-03-01 04:12:45 +0300
commite3e99e7ff37576ad4b3af1a637342cfb5a1f3f1f (patch)
treece58b9bbfa8b37b05e0015d1a0c1bcec3234ba04 /layouts
parentd17075f2bdf43d2766c386e057324e0710412767 (diff)
fix(UX): code colours and elements
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 0255dd8a..4893ac19 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -47,12 +47,7 @@
</div>
<main>
<div class="row">
- <div class="col">
- <% if @item[:title] %>
- <h1 class="article-title" itemprop="name">
- <%= @item[:title] %><%= @item[:title_badge] %>
- </h1>
- <% end %>
+ <div class="col">
<div class="article-metadata">
<% if @item[:author] and @item[:author_gitlab] %>
Article written by <a href="https://gitlab.com/<%= @item[:author_gitlab] %>" target="_blank"><%= @item[:author] %></a>