2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

new homepage expo features

This commit is contained in:
Mark Otto
2014-06-22 18:04:19 -07:00
parent e98fc373e3
commit ca54cff4ab
2 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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 %}