diff options
| author | XhmikosR <[email protected]> | 2020-04-29 17:23:34 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-29 17:23:34 +0300 |
| commit | 9922ef5c1637610df45755f8e1db77b8397dbb9f (patch) | |
| tree | 34919901130467081c68409d3a6ae9ef8f0faeea | |
| parent | ad75ee191f1ac04c3c44f840dd85971a95ebacd5 (diff) | |
| download | bootstrap-9922ef5c1637610df45755f8e1db77b8397dbb9f.tar.xz bootstrap-9922ef5c1637610df45755f8e1db77b8397dbb9f.zip | |
masthead-followup: Add missing traling slash (#30681)
| -rw-r--r-- | site/layouts/partials/home/masthead-followup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index a6e679f14..fcd24a611 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -23,7 +23,7 @@ <p class="lead lead-lg mw-md-75 mx-auto"> Use the <a href="https://www.bootstrapcdn.com/">BootstrapCDN</a> to deliver fast, cached, and compiled versions of Bootstrap’s CSS and JavaScript. No jQuery is required, but don't forget to include Popper.js for some components. </p> - <a class="btn btn-lg btn-outline-primary mb-4" href="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction">Explore the docs</a> + <a class="btn btn-lg btn-outline-primary mb-4" href="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/">Explore the docs</a> <div class="text-left mx-md-5 px-md-5"> <h5>CSS only</h5> {{ highlight (printf (`<link rel="stylesheet" href="%s" integrity="%s" crossorigin="anonymous">`) .Site.Params.cdn.css .Site.Params.cdn.css_hash) "html" "" }} |
