diff options
| author | Chris Rebert <[email protected]> | 2014-01-03 16:19:20 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-03 16:19:20 -0800 |
| commit | 84c33a822da54a48f0f4751fe519dfc6b324a453 (patch) | |
| tree | 40bb27f05622eba6b1a481fc5fc279e027aa45bb /docs/css.html | |
| parent | 007d61cfadc6f962fc3abc7119f7b9d68f7cd204 (diff) | |
| download | bootstrap-84c33a822da54a48f0f4751fe519dfc6b324a453.tar.xz bootstrap-84c33a822da54a48f0f4751fe519dfc6b324a453.zip | |
Replace lingering page.url instance with site.baseurl
Refs #12083 & #12037
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html index 91cd0218c..38f03c4a5 100644 --- a/docs/css.html +++ b/docs/css.html @@ -3462,7 +3462,7 @@ Bootstrap.javascripts_path @import "bootstrap/theme"; {% endhighlight %} - <p>The full list of Bootstrap variables can be found <a href="{{ page.url }}customize/#less-variables">in the Customizer</a>. You can override these by simply redefining the variable before the <code>@import</code> directive, e.g.:</p> + <p>The full list of Bootstrap variables can be found <a href="{{ site.baseurl }}customize/#less-variables">in the Customizer</a>. You can override these by simply redefining the variable before the <code>@import</code> directive, e.g.:</p> {% highlight sass %} $navbar-default-bg: #312312; |
