Commit 84c33a82 authored by Chris Rebert's avatar Chris Rebert

Replace lingering page.url instance with site.baseurl

Refs #12083 & #12037
parent 007d61cf
...@@ -3462,7 +3462,7 @@ Bootstrap.javascripts_path ...@@ -3462,7 +3462,7 @@ Bootstrap.javascripts_path
@import "bootstrap/theme"; @import "bootstrap/theme";
{% endhighlight %} {% 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 %} {% highlight sass %}
$navbar-default-bg: #312312; $navbar-default-bg: #312312;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment