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:
authorAchilleas Pipinellis <axil@gitlab.com>2018-03-22 13:46:02 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-22 13:46:02 +0300
commit49375a2a1b43beb0a0f6243d6508a7cb23aa7a75 (patch)
tree158f0984d4e4afef7ae727c2641f9b21524977e1 /layouts/archives.html
parent7eeb5bbfb15b21238ecf1e6e2c9e36cfde465185 (diff)
Fix canonical URL for archives
Diffstat (limited to 'layouts/archives.html')
-rw-r--r--layouts/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/archives.html b/layouts/archives.html
index a77bf497..16c6c552 100644
--- a/layouts/archives.html
+++ b/layouts/archives.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<%= render '/head.*' %>
- <link rel="canonical" href="<%= @config[:base_url] %>/archives.html">
+ <link rel="canonical" href="<%= @config[:base_url] %>/archives/">
</head>
<body>
<%= render '/header.*' %>