]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace lingering page.url instance with site.baseurl
authorChris Rebert <github@rebertia.com>
Sat, 4 Jan 2014 00:19:20 +0000 (16:19 -0800)
committerChris Rebert <github@rebertia.com>
Sat, 4 Jan 2014 00:19:20 +0000 (16:19 -0800)
Refs #12083 & #12037

docs/css.html

index 91cd0218c32867912a7531d20272edfab1606366..38f03c4a544633f5af39033381600dd9938ed223 100644 (file)
@@ -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;