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:
Diffstat (limited to 'layouts/default.html')
-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>