1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 14:52:22 +04:00

jekyll dirs

This commit is contained in:
codecalm
2018-02-19 20:22:49 +01:00
parent 97f6ca9194
commit ea045ca1b7
820 changed files with 61183 additions and 2553 deletions
+26
View File
@@ -0,0 +1,26 @@
---
layout: default
title: Store components
menu: components.store
---
<div class="container">
{% include page-title.html title="Store components" %}
<div class="row row-cards">
<div class="col-lg-3">
<div class="row">
<div class="col-md-6 col-lg-12">
{% include cards/store-product.html product=0 %}
</div>
<div class="col-md-6 col-lg-12">
{% include cards/store-product.html product=3 %}
</div>
</div>
</div>
<div class="col-lg-9">
{% include cards/store-list.html %}
</div>
</div>
</div>