aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-07-31 14:51:31 -0700
committerMark Otto <[email protected]>2015-07-31 14:51:31 -0700
commit32f9b626b3e5edeecff8cb3ff6f443cbbe2b46b0 (patch)
tree95085d35b1c71b73ce8f748cdfcf7aca8bb367e8 /docs/index.html
parent5c028448c1fc171cf4a0fd99d3a672b649bef2aa (diff)
downloadbootstrap-32f9b626b3e5edeecff8cb3ff6f443cbbe2b46b0.tar.xz
bootstrap-32f9b626b3e5edeecff8cb3ff6f443cbbe2b46b0.zip
smaller, local expo screenshots
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index e2e91a79e..fe30668eb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -59,7 +59,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
{% for showcase in site.data.showcase %}
<div class="col-xs-6 col-sm-3">
<a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
- <img src="http://expo.getbootstrap.com/thumbs/{{ showcase.img }}-thumb.jpg" alt="{{ showcase.name }}" class="img-responsive">
+ <img src="{{ site.baseurl }}/assets/img/expo-{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-responsive">
</a>
</div>
{% endfor %}