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:
authorSusan Tacker <stacker@gitlab.com>2023-07-31 18:28:23 +0300
committerSusan Tacker <stacker@gitlab.com>2023-07-31 18:28:23 +0300
commit91fdf7d01f45a24b29adaf2b726fd282afc34711 (patch)
tree0d906beaa6f756b2ed46e08338709d1bff712796 /layouts
parent0009a3edfcababb209c259d529bc4b318ecab9f2 (diff)
Update head.html - blurb for links
Diffstat (limited to 'layouts')
-rw-r--r--layouts/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/head.html b/layouts/head.html
index 4a38c6a4..f31ba9a8 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -9,7 +9,7 @@
<% if @item[:description] %>
<meta name="description" property="og:description" content="<%= @item[:description] %>">
<% else %>
- <meta name="description" property="og:description" content="Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner.">
+ <meta name="description" property="og:description" content="GitLab product documentation.">
<% end %>
<meta name="viewport" content="width=device-width, initial-scale=1">
<% if @item[:noindex] or !production_and_default_branch? %>