diff options
| author | XhmikosR <[email protected]> | 2019-08-27 23:19:52 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-27 23:19:52 +0300 |
| commit | 4ce8eab10c55fe7dfaddef33c7bf9596927bd418 (patch) | |
| tree | dc5548d2d71a4d0ded75d3b07e6a3537da5c50eb | |
| parent | 12442a68a4c24074994cc0231554a67122edfdf7 (diff) | |
| download | bootstrap-4ce8eab10c55fe7dfaddef33c7bf9596927bd418.tar.xz bootstrap-4ce8eab10c55fe7dfaddef33c7bf9596927bd418.zip | |
Homepage: add missing link to the versions page. (#29308)
| -rw-r--r-- | site/layouts/partials/home/masthead.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index 98cbfc7ec..af4d79f44 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> |
