1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

fix broken brand logos

This commit is contained in:
Mark Otto
2015-01-19 16:18:38 -08:00
parent 2327a1d44d
commit 6f61201f87

View 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-logos">
<div class="bs-brand-item"> <div class="bs-brand-item">
<img class="svg" src="{{ site.baseurl }}assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144"> <img class="svg" src="{{ site.baseurl }}/assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144">
</div> </div>
<div class="bs-brand-item inverse"> <div class="bs-brand-item inverse">
<img class="svg" src="{{ site.baseurl }}assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144"> <img class="svg" src="{{ site.baseurl }}/assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144">
</div> </div>
<div class="bs-brand-item inverse"> <div class="bs-brand-item inverse">
<img class="svg" src="{{ site.baseurl }}assets/brand/bootstrap-punchout.svg" alt="Bootstrap" width="144" height="144"> <img class="svg" src="{{ site.baseurl }}/assets/brand/bootstrap-punchout.svg" alt="Bootstrap" width="144" height="144">
</div> </div>
</div> </div>