aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/partials
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-02 11:44:07 -0700
committerMark Otto <[email protected]>2020-04-13 13:55:34 -0700
commit33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df (patch)
tree184e24893803bbbf4c102b66402da4f8638f56fc /site/layouts/partials
parentbb3e5f712a3b1b79d85a6f15ad32bafcf6c77f66 (diff)
downloadbootstrap-33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df.tar.xz
bootstrap-33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df.zip
Rewrite grid docs to account for new grid tier
- Breaks grid content across multiple pages - Updates mentions of grid tiers from five to six - Rewrites how it works sections to reference new options and tiers
Diffstat (limited to 'site/layouts/partials')
-rw-r--r--site/layouts/partials/home/masthead-followup.html2
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 4137466b4..a6e679f14 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 }}/layout/overview/">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" "" }}