Skip to content

Commit 30aa0e6

Browse files
Update ion-grid.html
1 parent 63f72b5 commit 30aa0e6

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

_includes/ion-grid.html

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<div class="grid_content">
2+
{% for product in site.data.product %}
23
<ion-card>
34
<img alt="Silhouette of mountains" src="https://ionicframework.com/docs/img/demos/card-media.png" />
45
<ion-card-absolute>
@@ -12,23 +13,5 @@
1213
</ion-card-content>
1314
</ion-card-absolute>
1415
</ion-card>
15-
<ion-card>
16-
<img alt="Silhouette of mountains" src="https://ionicframework.com/docs/img/demos/card-media.png" />
17-
<ion-card-header>
18-
<ion-card-title>Card Title</ion-card-title>
19-
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
20-
</ion-card-header>
21-
22-
<ion-card-content>
23-
Here's a small text description for the card content. Nothing more, nothing less.
24-
</ion-card-content>
25-
</ion-card>
26-
</div>
27-
<style>
28-
ion-card {
29-
background-color: #135d54;
30-
border: solid 1px #fff;
31-
color: #fff;
32-
text-align: center;
33-
}
34-
</style>
16+
{% endfor %}
17+
</div>

0 commit comments

Comments
 (0)