From 4ce8eab10c55fe7dfaddef33c7bf9596927bd418 Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Tue, 27 Aug 2019 23:19:52 +0300 Subject: [PATCH] Homepage: add missing link to the versions page. (#29308) --- site/layouts/partials/home/masthead.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index 98cbfc7ece..af4d79f442 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -21,7 +21,7 @@ <p class="text-muted mb-0"> Currently <strong>v{{ .Site.Params.current_version }}</strong> <span class="px-1">·</span> - <a href="" class="text-muted">Previous releases</a> + <a href="/docs/versions/" class="text-muted">Previous releases</a> </p> </div> </div> -- GitLab