]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add prefix to docs/index.html assets/img/sass.png 18986/head
authorxcatliu <xcatliu@gmail.com>
Thu, 21 Jan 2016 05:16:35 +0000 (13:16 +0800)
committerxcatliu <xcatliu@gmail.com>
Thu, 21 Jan 2016 05:16:35 +0000 (13:16 +0800)
docs/index.html

index 3591dbd0401d7c01e0a3677aeff7591ab8d8d768..dee6567886494c67158e6f0aaa741149659f2756 100644 (file)
@@ -53,17 +53,17 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
 
     <div class="row">
       <div class="col-sm-4 m-b-3">
-        <img src="assets/img/sass.png" alt="Sass support" class="img-fluid">
+        <img src="{{ site.baseurl }}/assets/img/sass.png" alt="Sass support" class="img-fluid">
         <h4>Preprocessor</h4>
         <p>Bootstrap ships with vanilla CSS, but its source code utilizes <a href="http://sass-lang.com/">Sass</a>, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.</p>
       </div>
       <div class="col-sm-4 m-b-3">
-        <img src="assets/img/devices.png" alt="Responsive across devices" class="img-fluid">
+        <img src="{{ site.baseurl }}/assets/img/devices.png" alt="Responsive across devices" class="img-fluid">
         <h4>One framework, every device.</h4>
         <p>Bootstrap easily and efficiently scales your websites and applications with a single code base, from phones to tablets to desktops with CSS media queries.</p>
       </div>
       <div class="col-sm-4 m-b-3">
-        <img src="assets/img/components.png" alt="Components" class="img-fluid">
+        <img src="{{ site.baseurl }}/assets/img/components.png" alt="Components" class="img-fluid">
         <h4>Full of features</h4>
         <p>With Bootstrap, you get extensive and beautiful documentation for common HTML elements, dozens of custom HTML and CSS components, and awesome jQuery plugins.</p>
       </div>