]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix paths
authorMark Otto <otto@github.com>
Sun, 13 Jul 2014 08:38:03 +0000 (01:38 -0700)
committerMark Otto <otto@github.com>
Sun, 13 Jul 2014 08:38:03 +0000 (01:38 -0700)
docs/about/brand.md

index 5f23069324b20bfb866b8653f084f1d7bbe69148..b753452af159cf70500a272e855a9fac70c4f3f0 100644 (file)
@@ -32,13 +32,13 @@ Download the Bootstrap mark in one of three styles, each available as an SVG fil
 
 <div class="bs-brand-logos">
   <div class="bs-brand-item">
-    <img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap">
+    <img class="svg" src="{{ site.baseurl }}assets/brand/bootstrap-solid.svg" alt="Bootstrap">
   </div>
   <div class="bs-brand-item inverse">
-    <img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap">
+    <img class="svg" src="{{ site.baseurl }}assets/brand/bootstrap-outline.svg" alt="Bootstrap">
   </div>
   <div class="bs-brand-item inverse">
-    <img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap">
+    <img class="svg" src="{{ site.baseurl }}assets/brand/bootstrap-punchout.svg" alt="Bootstrap">
   </div>
 </div>