mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
build time increase
This commit is contained in:
@@ -3,4 +3,4 @@ title: Card with footer buttons
|
||||
columns: 2
|
||||
---
|
||||
|
||||
{% include cards/card.html title="Card with footer buttons" footer-buttons=true %}
|
||||
{% include_cached cards/card.html title="Card with footer buttons" footer-buttons=true %}
|
||||
|
||||
@@ -3,4 +3,4 @@ title: Comments card
|
||||
columns: 2
|
||||
---
|
||||
|
||||
{% include cards/comments.html %}
|
||||
{% include_cached cards/comments.html %}
|
||||
|
||||
@@ -3,4 +3,4 @@ title: Card with bottom tabs
|
||||
columns: 2
|
||||
---
|
||||
|
||||
{% include cards/card-tabs.html count=4 bottom=true id="bottom" %}
|
||||
{% include_cached cards/card-tabs.html count=4 bottom=true id="bottom" %}
|
||||
|
||||
@@ -3,4 +3,4 @@ title: Card with side image
|
||||
columns: 2
|
||||
---
|
||||
|
||||
{% include cards/card-image.html title="Card with side image" %}
|
||||
{% include_cached cards/card-image.html title="Card with side image" %}
|
||||
|
||||
@@ -3,4 +3,4 @@ title: Simple avatar
|
||||
markdown: false
|
||||
---
|
||||
|
||||
{% include ui/avatar.html person-id=1 status="green" %}
|
||||
{% include_cached ui/avatar.html person-id=1 status="green" %}
|
||||
|
||||
@@ -3,4 +3,4 @@ title: Simple box
|
||||
columns: 1
|
||||
---
|
||||
|
||||
{% include cards/card.html %}
|
||||
{% include_cached cards/card.html %}
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
title: Revenue chart
|
||||
---
|
||||
|
||||
{% include cards/charts/revenue.html %}
|
||||
{% include_cached cards/charts/revenue.html %}
|
||||
|
||||
@@ -3,4 +3,4 @@ title: Sales widget
|
||||
columns: 1
|
||||
---
|
||||
|
||||
{% include cards/charts/sales.html %}
|
||||
{% include_cached cards/charts/sales.html %}
|
||||
|
||||
Reference in New Issue
Block a user