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:
authorMarcia Ramos <virtua.creative@gmail.com>2018-03-19 20:20:02 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-03-19 20:20:02 +0300
commit8fb03cce3565c3454eacabbbdfbf0478bdcbaf18 (patch)
treeee1617461dbc0b8912f1bd55adb0ae952668da0a /layouts/archives.html
parent9ccc6234db3aad99e96845033b1544862fca642e (diff)
include the links in the file layout directly
makes it more flexible, to be adjusted according to the website files.
Diffstat (limited to 'layouts/archives.html')
-rw-r--r--layouts/archives.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/archives.html b/layouts/archives.html
index 7ffb8cca..a77bf497 100644
--- a/layouts/archives.html
+++ b/layouts/archives.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<%= render '/head.*' %>
+ <link rel="canonical" href="<%= @config[:base_url] %>/archives.html">
</head>
<body>
<%= render '/header.*' %>