]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Homepage: add missing link to the versions page. (#29308)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 27 Aug 2019 20:19:52 +0000 (23:19 +0300)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2019 20:19:52 +0000 (23:19 +0300)
site/layouts/partials/home/masthead.html

index 98cbfc7ece147529f7f71feb80fe8f19005a7a83..af4d79f442bdbcdc36f31af8a3021e2431bf00f4 100644 (file)
@@ -21,7 +21,7 @@
         <p class="text-muted mb-0">
           Currently <strong>v{{ .Site.Params.current_version }}</strong>
           <span class="px-1">&middot;</span>
-          <a href="" class="text-muted">Previous releases</a>
+          <a href="/docs/versions/" class="text-muted">Previous releases</a>
         </p>
       </div>
     </div>