diff options
| author | Mark Otto <[email protected]> | 2014-06-22 18:04:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-22 18:04:19 -0700 |
| commit | ca54cff4abf58155f27d1363cd124984b353a89c (patch) | |
| tree | 17f229634757fe8038e492cff7c1b2e8512d6821 /docs/index.html | |
| parent | e98fc373e3ef6e4a884a0142d50c765a9db5bd01 (diff) | |
| download | bootstrap-ca54cff4abf58155f27d1363cd124984b353a89c.tar.xz bootstrap-ca54cff4abf58155f27d1363cd124984b353a89c.zip | |
new homepage expo features
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index e5ea7d6a5..7aeb64545 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,7 +58,7 @@ title: Bootstrap {% for showcase in site.data.showcase %} <div class="col-sm-3"> <a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}"> - <img src="{{ showcase.img }}" alt="{{ showcase.name }}" class="img-responsive"> + <img src="http://expo.getbootstrap.com/screenshots/{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-responsive"> </a> </div> {% endfor %} |
