forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecommerce.html
29 lines (28 loc) · 951 Bytes
/
ecommerce.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: page
title: Ecommerce
description: "A collection of Bootstrap based ecommerce templates and themes that are free to download and open source."
meta-title: "Bootstrap Ecommerce Themes & Templates"
meta-description: "Start Bootstrap's collection of ecommerce themes and templates. Our templates are free to download and 100% open source, even for commercial use."
redirect_from:
- /ecommerce-shop-templates/
- /ecommerce-shop-templates.php/
---
<div class="container">
<div class="row previews">
{% for post in site.categories.ecommerce %}
<div class="col-lg-4 col-sm-6">
<div class="thumbnail">
<a href="{{ post.source }}" class="post-image-link">
{{ post.content }}
</a>
<div class="caption">
<h3>{{ post.title }}</h3>
<p>{{ post.description }}</p>
<a href="{{ post.source }}" class="btn btn-default">Preview & Download</a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>