From a0dd18c65a8034521fef6db492697a23e6b5cb6c Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 1 Jan 2020 22:24:34 +0100 Subject: [PATCH] remove include_cached --- Gemfile | 1 - _config.yml | 1 - pages/_components/card-buttons.html | 2 +- pages/_components/card-comments.html | 2 +- pages/_components/card-ribbon.html | 2 +- pages/_components/card-tabs-bottom.html | 2 +- pages/_components/card-with-image.html | 2 +- pages/_components/simple-avatar.html | 2 +- pages/_components/simple-card.html | 2 +- pages/_components/widget-revenue.html | 2 +- pages/_components/widget-sales.html | 2 +- pages/_docs/avatars.md | 72 +++++++++--------- pages/_docs/buttons.md | 58 +++++++-------- pages/_docs/cards.md | 16 ++-- pages/_docs/ribbons.md | 10 +-- pages/_docs/spinners.md | 10 +-- pages/_docs/tabs.md | 12 +-- pages/_docs/timelines.md | 4 +- pages/_includes/cards/blog-single.html | 4 +- pages/_includes/cards/card-group.html | 6 +- pages/_includes/cards/comments.html | 6 +- pages/_includes/cards/company-employees.html | 4 +- .../_includes/cards/development-activity.html | 10 +-- pages/_includes/cards/feed-card.html | 16 ++-- pages/_includes/cards/gallery.html | 6 +- pages/_includes/cards/icons.html | 2 +- pages/_includes/cards/invoices.html | 16 ++-- pages/_includes/cards/most-visited-pages.html | 2 +- pages/_includes/cards/music/tracks-list.html | 4 +- pages/_includes/cards/pricing-card.html | 4 +- pages/_includes/cards/profile-2.html | 8 +- pages/_includes/cards/profile-timeline.html | 14 ++-- pages/_includes/cards/profile.html | 2 +- pages/_includes/cards/project-kanban.html | 6 +- pages/_includes/cards/project-summary.html | 2 +- pages/_includes/cards/ribbon.html | 2 +- pages/_includes/cards/small-stats-2.html | 2 +- pages/_includes/cards/small-stats.html | 6 +- pages/_includes/cards/store-product.html | 2 +- pages/_includes/cards/subscribe.html | 6 +- pages/_includes/cards/table-users.html | 4 +- pages/_includes/cards/tabs.html | 12 +-- pages/_includes/cards/tasks.html | 8 +- pages/_includes/cards/timeline.html | 16 ++-- pages/_includes/cards/user-card-bg.html | 2 +- pages/_includes/cards/user-card-big.html | 2 +- pages/_includes/cards/user-card.html | 2 +- pages/_includes/cards/user-info.html | 12 +-- pages/_includes/cards/users-list-2.html | 2 +- pages/_includes/cards/users-list.html | 4 +- pages/_includes/forms/form-elements-1.html | 2 +- pages/_includes/forms/form-elements-2.html | 2 +- pages/_includes/layout/homepage.html | 38 +++++----- pages/_includes/layout/menu-aside.html | 2 +- pages/_includes/layout/menu.html | 2 +- pages/_includes/layout/navbar.html | 18 ++--- .../_includes/layout/page-title-actions.html | 14 ++-- pages/_includes/layout/sidebar.html | 4 +- pages/_includes/layout/topmenu.html | 2 +- pages/_includes/layout/topnav.html | 2 +- pages/_includes/parts/buttons-table.html | 2 +- pages/_includes/parts/calendar.html | 4 +- .../_includes/parts/input-icon-separated.html | 2 +- pages/_includes/parts/input-selectgroups.html | 8 +- pages/_includes/parts/pagination.html | 4 +- pages/_includes/ui/alert.html | 4 +- pages/_includes/ui/avatar-list.html | 4 +- pages/_includes/ui/avatar.html | 4 +- pages/_includes/ui/button.html | 4 +- pages/_includes/ui/card-dropdown.html | 2 +- pages/_includes/ui/dropdown-menu.html | 10 +-- pages/_includes/ui/empty.html | 4 +- pages/_includes/ui/form/input-icon.html | 4 +- .../_includes/ui/form/input-selectgroup.html | 2 +- pages/_includes/ui/nav.html | 4 +- pages/_includes/ui/stars.html | 4 +- pages/_includes/ui/toast.html | 2 +- pages/_includes/ui/trending.html | 2 +- pages/_layouts/base.html | 11 +-- pages/_layouts/component.html | 4 +- pages/_layouts/docs.html | 8 +- pages/all.html | 2 +- pages/blog.html | 8 +- pages/cards.html | 52 ++++++------- pages/carousel.html | 8 +- pages/charts-heatmap.html | 8 +- pages/datatables.html | 2 +- pages/dropdowns.html | 30 ++++---- pages/email.html | 14 ++-- pages/forgot-password.html | 2 +- pages/gallery.html | 2 +- pages/homepage.html | 12 +-- pages/icons.html | 6 +- pages/invoice.html | 2 +- pages/login.html | 2 +- pages/lookup.html | 2 +- pages/music.html | 2 +- pages/pricing.html | 8 +- pages/profile.html | 10 +-- pages/register.html | 2 +- pages/ribbons.html | 40 +++++----- pages/rtl.html | 8 +- pages/snippets.html | 74 +++++++++---------- pages/social.html | 14 ++-- pages/store.html | 6 +- pages/tabs.html | 22 +++--- pages/tmp.html | 14 ++-- pages/tmp2.html | 16 ++-- pages/users.html | 6 +- 109 files changed, 472 insertions(+), 477 deletions(-) diff --git a/Gemfile b/Gemfile index ede8efea1..c6784b71a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,6 @@ group :jekyll_plugins do gem "jekyll-tidy" gem "jekyll-timeago" gem 'jekyll-redirect-from' - gem 'jekyll-include-cache' end gem 'wdm', '>= 0.1.1' if Gem.win_platform? diff --git a/_config.yml b/_config.yml index 679cc4bba..a591934ea 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,6 @@ plugins: - jekyll-tidy - jekyll-timeago - jekyll-redirect-from -- jekyll-include-cache exclude: - .jekyll-cache diff --git a/pages/_components/card-buttons.html b/pages/_components/card-buttons.html index 595fb9a75..5692c01fe 100644 --- a/pages/_components/card-buttons.html +++ b/pages/_components/card-buttons.html @@ -3,4 +3,4 @@ title: Card with footer buttons columns: 2 --- -{% include_cached cards/card.html title="Card with footer buttons" footer-buttons=true %} +{% include cards/card.html title="Card with footer buttons" footer-buttons=true %} diff --git a/pages/_components/card-comments.html b/pages/_components/card-comments.html index fcff290b4..251603e37 100644 --- a/pages/_components/card-comments.html +++ b/pages/_components/card-comments.html @@ -3,4 +3,4 @@ title: Comments card columns: 2 --- -{% include_cached cards/comments.html %} +{% include cards/comments.html %} diff --git a/pages/_components/card-ribbon.html b/pages/_components/card-ribbon.html index a504d74a0..e2db82af5 100644 --- a/pages/_components/card-ribbon.html +++ b/pages/_components/card-ribbon.html @@ -3,4 +3,4 @@ title: Card with ribbon columns: 1 --- -{% include_cached cards/ribbon.html right=true text="-10%" lorem=true color="orange" bookmark=true %} +{% include cards/ribbon.html right=true text="-10%" lorem=true color="orange" bookmark=true %} diff --git a/pages/_components/card-tabs-bottom.html b/pages/_components/card-tabs-bottom.html index 57857123e..7978cc07a 100644 --- a/pages/_components/card-tabs-bottom.html +++ b/pages/_components/card-tabs-bottom.html @@ -3,4 +3,4 @@ title: Card with bottom tabs columns: 2 --- -{% include_cached cards/card-tabs.html count=4 bottom=true id="bottom" %} +{% include cards/card-tabs.html count=4 bottom=true id="bottom" %} diff --git a/pages/_components/card-with-image.html b/pages/_components/card-with-image.html index bc392e708..cc56b8342 100644 --- a/pages/_components/card-with-image.html +++ b/pages/_components/card-with-image.html @@ -3,4 +3,4 @@ title: Card with side image columns: 2 --- -{% include_cached cards/card-image.html title="Card with side image" %} +{% include cards/card-image.html title="Card with side image" %} diff --git a/pages/_components/simple-avatar.html b/pages/_components/simple-avatar.html index d9ea2db26..1ae634ddb 100644 --- a/pages/_components/simple-avatar.html +++ b/pages/_components/simple-avatar.html @@ -3,4 +3,4 @@ title: Simple avatar markdown: false --- -{% include_cached ui/avatar.html person-id=1 status="green" %} +{% include ui/avatar.html person-id=1 status="green" %} diff --git a/pages/_components/simple-card.html b/pages/_components/simple-card.html index 768705928..1499d1bc8 100644 --- a/pages/_components/simple-card.html +++ b/pages/_components/simple-card.html @@ -3,4 +3,4 @@ title: Simple box columns: 1 --- -{% include_cached cards/card.html %} +{% include cards/card.html %} diff --git a/pages/_components/widget-revenue.html b/pages/_components/widget-revenue.html index 8d7798356..1aa376489 100644 --- a/pages/_components/widget-revenue.html +++ b/pages/_components/widget-revenue.html @@ -2,4 +2,4 @@ title: Revenue chart --- -{% include_cached cards/charts/revenue.html %} +{% include cards/charts/revenue.html %} diff --git a/pages/_components/widget-sales.html b/pages/_components/widget-sales.html index 5ba7b3324..6b76222be 100644 --- a/pages/_components/widget-sales.html +++ b/pages/_components/widget-sales.html @@ -3,4 +3,4 @@ title: Sales widget columns: 1 --- -{% include_cached cards/charts/sales.html %} +{% include cards/charts/sales.html %} diff --git a/pages/_docs/avatars.md b/pages/_docs/avatars.md index 8eeb6f80c..4bc0f64bb 100644 --- a/pages/_docs/avatars.md +++ b/pages/_docs/avatars.md @@ -8,9 +8,9 @@ done: true ### Default markup {% example html wrapper=avatar-list %} -{% include_cached ui/avatar.html person-id=1 %} -{% include_cached ui/avatar.html person-id=2 %} -{% include_cached ui/avatar.html person-id=3 %} +{% include ui/avatar.html person-id=1 %} +{% include ui/avatar.html person-id=2 %} +{% include ui/avatar.html person-id=3 %} {% endexample %} ### Avatar image @@ -18,9 +18,9 @@ done: true Set an image as the background. {% example html wrapper=avatar-list %} -{% include_cached ui/avatar.html person-id=1 %} -{% include_cached ui/avatar.html person-id=3 %} -{% include_cached ui/avatar.html person-id=4 %} +{% include ui/avatar.html person-id=1 %} +{% include ui/avatar.html person-id=3 %} +{% include ui/avatar.html person-id=4 %} {% endexample %} ### Initials @@ -28,11 +28,11 @@ Set an image as the background. You can easily use initials instead of images. {% example html wrapper=avatar-list %} -{% include_cached ui/avatar.html placeholder="AB" %} -{% include_cached ui/avatar.html placeholder="CD" %} -{% include_cached ui/avatar.html placeholder="EF" %} -{% include_cached ui/avatar.html placeholder="GH" %} -{% include_cached ui/avatar.html placeholder="IJ" %} +{% include ui/avatar.html placeholder="AB" %} +{% include ui/avatar.html placeholder="CD" %} +{% include ui/avatar.html placeholder="EF" %} +{% include ui/avatar.html placeholder="GH" %} +{% include ui/avatar.html placeholder="IJ" %} {% endexample %} ### Avatar icons @@ -40,9 +40,9 @@ You can easily use initials instead of images. You can also use icons in avatars. {% example html wrapper=avatar-list %} -{% include_cached ui/avatar.html icon="user" %} -{% include_cached ui/avatar.html icon="plus" %} -{% include_cached ui/avatar.html icon="user-plus" %} +{% include ui/avatar.html icon="user" %} +{% include ui/avatar.html icon="plus" %} +{% include ui/avatar.html icon="user-plus" %} {% endexample %} ### Avatar initials color @@ -50,11 +50,11 @@ You can also use icons in avatars. Customize the color of the avatars' background. You can click [here]({% docs_url colors %}) to see the list of available colors. {% example html wrapper=avatar-list %} -{% include_cached ui/avatar.html placeholder="AB" color="green" %} -{% include_cached ui/avatar.html placeholder="CD" color="red" %} -{% include_cached ui/avatar.html placeholder="EF" color="yellow" %} -{% include_cached ui/avatar.html placeholder="GH" color="blue" %} -{% include_cached ui/avatar.html placeholder="IJ" color="purple" %} +{% include ui/avatar.html placeholder="AB" color="green" %} +{% include ui/avatar.html placeholder="CD" color="red" %} +{% include ui/avatar.html placeholder="EF" color="yellow" %} +{% include ui/avatar.html placeholder="GH" color="blue" %} +{% include ui/avatar.html placeholder="IJ" color="purple" %} {% endexample %} ### Avatar size @@ -62,11 +62,11 @@ Customize the color of the avatars' background. You can click [here]({% docs_url Using Bootstrap’s typical naming structure, you can create a standard avatar, or scale it up to different sizes based on what’s needed. {% example html wrapper=avatar-list %} -{% include_cached ui/avatar.html person-id=10 size="xl" %} -{% include_cached ui/avatar.html person-id=9 size="lg" %} -{% include_cached ui/avatar.html person-id=8 size="md" %} -{% include_cached ui/avatar.html person-id=7 %} -{% include_cached ui/avatar.html person-id=6 size="sm" %} +{% include ui/avatar.html person-id=10 size="xl" %} +{% include ui/avatar.html person-id=9 size="lg" %} +{% include ui/avatar.html person-id=8 size="md" %} +{% include ui/avatar.html person-id=7 %} +{% include ui/avatar.html person-id=6 size="sm" %} {% endexample %} ### Avatar status @@ -74,12 +74,12 @@ Using Bootstrap’s typical naming structure, you can create a standard avatar, Add an online or offline status indicator to show user's availability. {% example html wrapper=avatar-list %} -{% include_cached ui/avatar.html person-id=11 %} -{% include_cached ui/avatar.html person-id=12 status="danger" %} -{% include_cached ui/avatar.html person-id=13 status="success" %} -{% include_cached ui/avatar.html person-id=14 status="warning" %} -{% include_cached ui/avatar.html person-id=15 status="info" %} -{% include_cached ui/avatar.html person-id=16 status="gray" status-text="5" %} +{% include ui/avatar.html person-id=11 %} +{% include ui/avatar.html person-id=12 status="danger" %} +{% include ui/avatar.html person-id=13 status="success" %} +{% include ui/avatar.html person-id=14 status="warning" %} +{% include ui/avatar.html person-id=15 status="info" %} +{% include ui/avatar.html person-id=16 status="gray" status-text="5" %} {% endexample %} ### Avatar shape @@ -87,11 +87,11 @@ Add an online or offline status indicator to show user's availability. Change the shape of an avatar with the default Bootstrap image classes. {% example html wrapper=avatar-list %} -{% include_cached ui/avatar.html person-id=17 %} -{% include_cached ui/avatar.html person-id=18 shape="rounded" %} -{% include_cached ui/avatar.html person-id=19 shape="rounded-circle" %} -{% include_cached ui/avatar.html person-id=20 shape="rounded-0" %} -{% include_cached ui/avatar.html person-id=21 shape="rounded-lg" %} +{% include ui/avatar.html person-id=17 %} +{% include ui/avatar.html person-id=18 shape="rounded" %} +{% include ui/avatar.html person-id=19 shape="rounded-circle" %} +{% include ui/avatar.html person-id=20 shape="rounded-0" %} +{% include ui/avatar.html person-id=21 shape="rounded-lg" %} {% endexample %} ### Avatars list @@ -109,7 +109,7 @@ Make the list stack when it reaches a certain length. {% example %}
{% for person in site.data.people limit: 5 offset: 30 %} - {% include_cached ui/avatar.html person=person element="a" %} + {% include ui/avatar.html person=person element="a" %} {% endfor %} +8
diff --git a/pages/_docs/buttons.md b/pages/_docs/buttons.md index 99a51bf66..06b6c272b 100644 --- a/pages/_docs/buttons.md +++ b/pages/_docs/buttons.md @@ -27,7 +27,7 @@ Use any of the available button classes to quickly create a styled button . We p {% for button in site.button-variants %} {% assign btn-color = button[1].class %} {% assign btn-title = button[1].title %} -{% include_cached ui/button.html color=btn-color text=btn-title %} +{% include ui/button.html color=btn-color text=btn-title %} {% endfor %} {% endexample %} @@ -39,7 +39,7 @@ Make buttons look inactive by adding the disabled boolean attribute to any `.btn {% for button in site.button-variants %} {% assign btn-color = button[1].class %} {% assign btn-title = button[1].title %} -{% include_cached ui/button.html color=btn-color text=btn-title disabled=true %} +{% include ui/button.html color=btn-color text=btn-title disabled=true %} {% endfor %} {% endexample %} @@ -62,7 +62,7 @@ Add `.btn-square` to button to remove border-radius. {% for button in site.button-variants %} {% assign btn-color = button[1].class %} {% assign btn-title = button[1].title %} -{% include_cached ui/button.html color=btn-color text=btn-title square=true %} +{% include ui/button.html color=btn-color text=btn-title square=true %} {% endfor %} {% endexample %} @@ -74,7 +74,7 @@ Add `.btn-pill` class to any button to make them more rounded. {% for button in site.button-variants %} {% assign btn-color = button[1].class %} {% assign btn-title = button[1].title %} -{% include_cached ui/button.html color=btn-color text=btn-title pill=true %} +{% include ui/button.html color=btn-color text=btn-title pill=true %} {% endfor %} {% endexample %} @@ -86,7 +86,7 @@ In need of a button, but not the hefty background colors they bring? Replace the {% for button in site.button-variants %} {% assign btn-color = button[1].class %} {% assign btn-title = button[1].title %} -{% include_cached ui/button.html text=btn-title color=btn-color outline=true %} +{% include ui/button.html text=btn-title color=btn-color outline=true %} {% endfor %} {% endexample %} @@ -119,27 +119,27 @@ Icons can be found [**here**](/docs/icons.html#icons) {% example html wrapper=btn-list %} {% endexample %} @@ -153,7 +153,7 @@ A button can be formatted to link to a social website {% assign btn-icon = button[1].icon %} {% assign btn-title = button[1].title %} {% assign btn-color = button[0] %} -{% include_cached ui/button.html color=btn-color icon=btn-icon text=btn-title %} +{% include ui/button.html color=btn-color icon=btn-icon text=btn-title %} {% endfor %} {% endexample %} @@ -163,7 +163,7 @@ You can use only icons. {% for button in site.socials %} {% assign btn-icon = button[1].icon %} {% assign btn-color = button[0] %} -{% include_cached ui/button.html color=btn-color icon=btn-icon icon-only=true %} +{% include ui/button.html color=btn-color icon=btn-icon icon-only=true %} {% endfor %} {% endexample %} @@ -173,25 +173,25 @@ Icon only button. Add `.btn-icon` class to remove unnecessary padding from butto {% example html wrapper=btn-list %} {% endexample %} @@ -202,23 +202,23 @@ Wrap the dropdown’s toggle (your button or link) and the dropdown menu within {% example html wrapper=btn-list %} {% endexample %} @@ -229,7 +229,7 @@ Add `.btn-loading` to use a loading state on a button. The width of the button d Since the loading spinner is implemented using the `:after` pseudo-element, it is not supported by the `` element. {% example html wrapper=btn-list %} -{% include_cached ui/button.html color="primary" text="Button" spinner=true %} +{% include ui/button.html color="primary" text="Button" spinner=true %} {% endexample %} ### List of buttons @@ -290,13 +290,13 @@ Use the `.text-center` or the `.text-right` modifiers to alter the alignment. {% example html wrapper=btn-list %} - {% include_cached ui/avatar.html person-id="4" %} Avatar + {% include ui/avatar.html person-id="4" %} Avatar - {% include_cached ui/avatar.html person-id="5" %} Avatar + {% include ui/avatar.html person-id="5" %} Avatar - {% include_cached ui/avatar.html person-id="6" %} Avatar + {% include ui/avatar.html person-id="6" %} Avatar {% endexample %} diff --git a/pages/_docs/cards.md b/pages/_docs/cards.md index 186e5ed26..0e2810d7c 100644 --- a/pages/_docs/cards.md +++ b/pages/_docs/cards.md @@ -11,20 +11,20 @@ The `.card` element is simply a container with a shadow, a border, a radius, and ### Default card {% example html columns=1 %} -{% include_cached cards/card.html body="This is some text within a card body." %} +{% include cards/card.html body="This is some text within a card body." %} {% endexample %} ### Card with title and image {% example html columns=1 %} -{% include_cached cards/card.html img-top=true title="Card with title and image" %} +{% include cards/card.html img-top=true title="Card with title and image" %} {% endexample %} ### Blog post card The best way to make your post eye-catching is adding an image to it. To do so, just add the image with the `.card-img-top` class. We've added the `.d-flex .flex-column` classes to the `.card-body` to have the author details be on the bottom of the card. {% example html columns=1 %} -{% include_cached cards/blog-single.html type="image" %} +{% include cards/blog-single.html type="image" %} {% endexample %} ### Row deck @@ -56,7 +56,7 @@ If you want to create a couple of posts next to each other, add the `.row-deck` You can also add the image on the left side of the card. All you need do to is: add the `.card-aside` class to the element with the `.card` class. Then add the image in the `.card-aside-column` element. No worries, tabler will automatically center it and scale to right size: {% example html columns=3 %} -{% include_cached cards/blog-single.html type="aside" liked=1 article-id=3 %} +{% include cards/blog-single.html type="aside" liked=1 article-id=3 %} {% endexample %} ### Color variations @@ -64,10 +64,10 @@ You can also add the image on the left side of the card. All you need do to is: {% example html columns=3 %}
- {% include_cached cards/card.html status-top="danger" title="Card with top status" %} + {% include cards/card.html status-top="danger" title="Card with top status" %}
- {% include_cached cards/card.html status-left="green" title="Card with side status" %} + {% include cards/card.html status-left="green" title="Card with side status" %}
{% endexample %} @@ -75,12 +75,12 @@ You can also add the image on the left side of the card. All you need do to is: ### Stacked card {% example html columns=1 %} -{% include_cached cards/card.html class="card-stacked" title="Stacked card" %} +{% include cards/card.html class="card-stacked" title="Stacked card" %} {% endexample %} ## Tabbed card {% example html columns=2 %} -{% include_cached cards/card-tabs.html count=4 %} +{% include cards/card-tabs.html count=4 %} {% endexample %} diff --git a/pages/_docs/ribbons.md b/pages/_docs/ribbons.md index 502050e37..ab1b4e68e 100644 --- a/pages/_docs/ribbons.md +++ b/pages/_docs/ribbons.md @@ -7,7 +7,7 @@ done: true ### Default markup {% example html columns=1 %} -{% include_cached cards/ribbon.html %} +{% include cards/ribbon.html %} {% endexample %} ### Ribbon position @@ -22,7 +22,7 @@ You can easily change the position of a ribbon by adding a class to the element. You can also use multiple classes at once for example: `.ribbon.ribbon-top.ribbon-left` moves the ribbon to the top left corner. {% example html columns=1 %} -{% include_cached cards/ribbon.html top=true left=true %} +{% include cards/ribbon.html top=true left=true %} {% endexample %} ### Ribbon color @@ -30,7 +30,7 @@ You can also use multiple classes at once for example: `.ribbon.ribbon-top.ribbo Customize the ribbon's background color. You can click [here]({% docs_url colors %}) to see the list of available colors. {% example html columns=1 %} -{% include_cached cards/ribbon.html color="red" %} +{% include cards/ribbon.html color="red" %} {% endexample %} ### Ribbon text @@ -38,7 +38,7 @@ Customize the ribbon's background color. You can click [here]({% docs_url colors Set your own text in a ribbon. {% example html columns=1 %} -{% include_cached cards/ribbon.html color="green" text="-50%" %} +{% include cards/ribbon.html color="green" text="-50%" %} {% endexample %} ### Ribbon style @@ -46,5 +46,5 @@ Set your own text in a ribbon. Change the style of a ribbon. {% example html columns=1 %} -{% include_cached cards/ribbon.html bookmark=true color="orange" text="-50%" %} +{% include cards/ribbon.html bookmark=true color="orange" text="-50%" %} {% endexample %} diff --git a/pages/_docs/spinners.md b/pages/_docs/spinners.md index 4f216ba7b..029c50231 100644 --- a/pages/_docs/spinners.md +++ b/pages/_docs/spinners.md @@ -44,9 +44,9 @@ done: true ### Buttons {% example html wrapper=btn-list %} -{% include_cached ui/button.html spinner=true text="Button" color="primary" %} -{% include_cached ui/button.html spinner=true text="Button" color="danger" %} -{% include_cached ui/button.html spinner=true text="Button" color="warning" %} -{% include_cached ui/button.html spinner=true color="success" %} -{% include_cached ui/button.html spinner=true color="secondary" %} +{% include ui/button.html spinner=true text="Button" color="primary" %} +{% include ui/button.html spinner=true text="Button" color="danger" %} +{% include ui/button.html spinner=true text="Button" color="warning" %} +{% include ui/button.html spinner=true color="success" %} +{% include ui/button.html spinner=true color="secondary" %} {% endexample %} diff --git a/pages/_docs/tabs.md b/pages/_docs/tabs.md index f534bdf43..fe5a82de2 100644 --- a/pages/_docs/tabs.md +++ b/pages/_docs/tabs.md @@ -7,35 +7,35 @@ bootstrap-link: components/navs/ ### Default markup {% example html columns=1 %} -{% include_cached cards/tabs.html id="ex1" %} +{% include cards/tabs.html id="ex1" %} {% endexample %} ### Tabs with icons {% example html columns=1 %} -{% include_cached cards/tabs.html icons=true settings=true id="ex2" %} +{% include cards/tabs.html icons=true settings=true id="ex2" %} {% endexample %} ### Tabs only with icons {% example html columns=1 %} -{% include_cached cards/tabs.html icons=true settings=true hide-text=true id="ex3" %} +{% include cards/tabs.html icons=true settings=true hide-text=true id="ex3" %} {% endexample %} ### Tabs with dropdown {% example html columns=1 %} -{% include_cached cards/tabs.html dropdown=true id="ex4" %} +{% include cards/tabs.html dropdown=true id="ex4" %} {% endexample %} ### Full-width tabs {% example html columns=1 %} -{% include_cached cards/tabs.html justified=true icons=true hide-text=true activity=true id="ex5" %} +{% include cards/tabs.html justified=true icons=true hide-text=true activity=true id="ex5" %} {% endexample %} ### Alternate style {% example html columns=1 %} -{% include_cached cards/tabs.html icons=true alternative=true settings=true id="ex6" %} +{% include cards/tabs.html icons=true alternative=true settings=true id="ex6" %} {% endexample %} diff --git a/pages/_docs/timelines.md b/pages/_docs/timelines.md index 01dd7ec5b..131d45203 100644 --- a/pages/_docs/timelines.md +++ b/pages/_docs/timelines.md @@ -5,10 +5,10 @@ menu: docs.timelines ### Timeline {% example html columns=3 %} - {% include_cached cards/timeline.html %} + {% include cards/timeline.html %} {% endexample %} ### Simple Timeline {% example html columns=1 %} - {% include_cached cards/timeline.html simple=true %} + {% include cards/timeline.html simple=true %} {% endexample %} diff --git a/pages/_includes/cards/blog-single.html b/pages/_includes/cards/blog-single.html index 78300b9b9..398c5f121 100644 --- a/pages/_includes/cards/blog-single.html +++ b/pages/_includes/cards/blog-single.html @@ -12,14 +12,14 @@
{{ article.description | truncate: truncate }}
- {% include_cached ui/avatar.html person-id=avatar size="md" %} + {% include ui/avatar.html person-id=avatar size="md" %}
diff --git a/pages/_includes/cards/card-group.html b/pages/_includes/cards/card-group.html index 881b8cd43..68f58b75f 100644 --- a/pages/_includes/cards/card-group.html +++ b/pages/_includes/cards/card-group.html @@ -1,5 +1,5 @@
- {% include_cached cards/card.html link=true class="text-center" body="This is first card" inactive=true %} - {% include_cached cards/card.html link=true class="text-center" body="This is second card" active=true %} - {% include_cached cards/card.html link=true class="text-center" body="This is third card" %} + {% include cards/card.html link=true class="text-center" body="This is first card" inactive=true %} + {% include cards/card.html link=true class="text-center" body="This is second card" active=true %} + {% include cards/card.html link=true class="text-center" body="This is third card" %}
diff --git a/pages/_includes/cards/comments.html b/pages/_includes/cards/comments.html index e57da1639..9cc58e79c 100644 --- a/pages/_includes/cards/comments.html +++ b/pages/_includes/cards/comments.html @@ -7,7 +7,7 @@ {% for person in site.data.people limit: 3 %}
- {% include_cached ui/avatar.html person=person status="green" %} + {% include ui/avatar.html person=person status="green" %}
@@ -21,9 +21,9 @@

+{{ forloop.index | random_number: 20, 50 }} - {% include_cached ui/icon.html icon="chevron-up" %} + {% include ui/icon.html icon="chevron-up" %} - {% include_cached ui/icon.html icon="chevron-down" %} + {% include ui/icon.html icon="chevron-down" %} · Reply diff --git a/pages/_includes/cards/company-employees.html b/pages/_includes/cards/company-employees.html index 4b1b85ad3..18c2aba89 100644 --- a/pages/_includes/cards/company-employees.html +++ b/pages/_includes/cards/company-employees.html @@ -12,7 +12,7 @@ {% for person in site.data.people limit: 5 offset: 20 %} - {% include_cached ui/avatar.html src=person.photo %} + {% include ui/avatar.html src=person.photo %} {{ person.full_name }} {{ person.department }} {{ forloop.index | random_number: 30, 90 }}% @@ -21,7 +21,7 @@
- {% include_cached ui/icon.html icon="more-horizontal" %} + {% include ui/icon.html icon="more-horizontal" %} {% endfor %} diff --git a/pages/_includes/cards/development-activity.html b/pages/_includes/cards/development-activity.html index 63bf4f739..c07357d5b 100644 --- a/pages/_includes/cards/development-activity.html +++ b/pages/_includes/cards/development-activity.html @@ -13,7 +13,7 @@ - {% include_cached ui/avatar.html person-id=10 %} + {% include ui/avatar.html person-id=10 %} {{ site.data.people[10].full_name }} Initial commit @@ -21,7 +21,7 @@ - {% include_cached ui/avatar.html person-id=17 %} + {% include ui/avatar.html person-id=17 %} {{ site.data.people[17].full_name }} Main structure @@ -29,7 +29,7 @@ - {% include_cached ui/avatar.html person-id=16 %} + {% include ui/avatar.html person-id=16 %} {{ site.data.people[16].full_name }} Left sidebar adjustments @@ -37,7 +37,7 @@ - {% include_cached ui/avatar.html person-id=12 %} + {% include ui/avatar.html person-id=12 %} {{ site.data.people[12].full_name }} Topbar dropdown style @@ -45,7 +45,7 @@ - {% include_cached ui/avatar.html person-id=19 %} + {% include ui/avatar.html person-id=19 %} {{ site.data.people[19].full_name }} Fixes #625 diff --git a/pages/_includes/cards/feed-card.html b/pages/_includes/cards/feed-card.html index 870815414..bed264501 100644 --- a/pages/_includes/cards/feed-card.html +++ b/pages/_includes/cards/feed-card.html @@ -3,7 +3,7 @@
- {% include_cached ui/avatar.html person=person size="md" %} + {% include ui/avatar.html person=person size="md" %}
{{ person.full_name }} @@ -176,13 +176,13 @@ diff --git a/pages/_includes/cards/pricing-card.html b/pages/_includes/cards/pricing-card.html index 959b5ea61..cdd2e6eef 100644 --- a/pages/_includes/cards/pricing-card.html +++ b/pages/_includes/cards/pricing-card.html @@ -14,9 +14,9 @@ {% for feature in features %}
  • {% if available-features[forloop.index0] == '1' %} - {% include_cached ui/icon.html icon="check" class="mr-1 text-success" %} + {% include ui/icon.html icon="check" class="mr-1 text-success" %} {% else %} - {% include_cached ui/icon.html icon="x" class="mr-1 text-danger" %} + {% include ui/icon.html icon="x" class="mr-1 text-danger" %} {% endif %} {{ feature }}
  • diff --git a/pages/_includes/cards/profile-2.html b/pages/_includes/cards/profile-2.html index 5360012b7..2093793a4 100644 --- a/pages/_includes/cards/profile-2.html +++ b/pages/_includes/cards/profile-2.html @@ -1,7 +1,7 @@
    - {% include_cached ui/avatar.html person-id=8 size="xl" %} + {% include ui/avatar.html person-id=8 size="xl" %}

    {{ site.data.people[20].first_name }} {{ site.data.people[20].last_name }}

    {{ site.data.people[20].job_title }}

    @@ -9,17 +9,17 @@ diff --git a/pages/_includes/cards/profile-timeline.html b/pages/_includes/cards/profile-timeline.html index efd59766d..8d1dd116f 100644 --- a/pages/_includes/cards/profile-timeline.html +++ b/pages/_includes/cards/profile-timeline.html @@ -3,7 +3,7 @@
    - {% include_cached ui/button.html icon="camera" icon-only=true color="secondary" %} + {% include ui/button.html icon="camera" icon-only=true color="secondary" %}
    @@ -11,7 +11,7 @@
  • - {% include_cached ui/avatar.html person-id=5 class="mr-3" %} + {% include ui/avatar.html person-id=5 class="mr-3" %}
    @@ -28,7 +28,7 @@ diff --git a/pages/_includes/ui/stars.html b/pages/_includes/ui/stars.html index 6fdefa70f..63f95e7a4 100644 --- a/pages/_includes/ui/stars.html +++ b/pages/_includes/ui/stars.html @@ -8,9 +8,9 @@ {% for i in (1..5) %} {% if forloop.index <= rate and filled %} - {% include_cached ui/icon.html icon=icon class="icon-filled" %} + {% include ui/icon.html icon=icon class="icon-filled" %} {% else %} - {% include_cached ui/icon.html icon=icon %} + {% include ui/icon.html icon=icon %} {% endif %} {% endfor %} diff --git a/pages/_includes/ui/toast.html b/pages/_includes/ui/toast.html index 8c5a3ef18..fd0227a9c 100644 --- a/pages/_includes/ui/toast.html +++ b/pages/_includes/ui/toast.html @@ -2,7 +2,7 @@ {% assign person = site.data.people[person-id] %}
  • {% if page.done %} - {% include_cached ui/icon.html icon="check" color="success" %} + {% include ui/icon.html icon="check" color="success" %} {% endif %} {{ page.title | default: page.name }} diff --git a/pages/blog.html b/pages/blog.html index c41bf2ecd..72bb77149 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -8,25 +8,25 @@ menu: extra.blog {% for article in site.data.articles limit: 3 %}
    - {% include_cached cards/blog-single.html article=article id=forloop.index type="image" liked=true %} + {% include cards/blog-single.html article=article id=forloop.index type="image" liked=true %}
    {% endfor %} {% for article in site.data.articles limit: 3 offset: 4 %}
    - {% include_cached cards/blog-single.html article=article id=forloop.index %} + {% include cards/blog-single.html article=article id=forloop.index %}
    {% endfor %} {% for article in site.data.articles limit: 2 %}
    - {% include_cached cards/blog-single.html article=article type="aside" %} + {% include cards/blog-single.html article=article type="aside" %}
    {% endfor %} {% for article in site.data.articles limit: 2 offset: 4 %}
    - {% include_cached cards/blog-single.html article=article type="aside" aside-class="w-50" truncate=200 %} + {% include cards/blog-single.html article=article type="aside" aside-class="w-50" truncate=200 %}
    {% endfor %} diff --git a/pages/cards.html b/pages/cards.html index aad1313e3..9b968f3ea 100644 --- a/pages/cards.html +++ b/pages/cards.html @@ -6,39 +6,39 @@ menu: base.cards
    - {% include_cached cards/card.html body="This is some text within a card body." %} - {% include_cached cards/card.html img-bottom=true title="Card with bottom image" %} - {% include_cached cards/card.html active=true body="This is a card with active state." %} - {% include_cached cards/card.html inactive=true body="This is some text inactive state." %} - {% include_cached cards/card.html footer-elements="more,>switch" %} - {% include_cached cards/card.html footer-elements=">avatars" %} - {% include_cached cards/card.html header-tabs=true %} - {% include_cached cards/card.html header-pills=true %} - {% include_cached cards/card.html progress=true title="Card with progress bar" %} - {% include_cached cards/card.html empty=true %} - {% include_cached cards/card-tabs.html count=4 %} - {% include_cached cards/card-tabs.html count=4 bottom=true id="bottom" %} + {% include cards/card.html body="This is some text within a card body." %} + {% include cards/card.html img-bottom=true title="Card with bottom image" %} + {% include cards/card.html active=true body="This is a card with active state." %} + {% include cards/card.html inactive=true body="This is some text inactive state." %} + {% include cards/card.html footer-elements="more,>switch" %} + {% include cards/card.html footer-elements=">avatars" %} + {% include cards/card.html header-tabs=true %} + {% include cards/card.html header-pills=true %} + {% include cards/card.html progress=true title="Card with progress bar" %} + {% include cards/card.html empty=true %} + {% include cards/card-tabs.html count=4 %} + {% include cards/card-tabs.html count=4 bottom=true id="bottom" %}
    - {% include_cached cards/card-image.html title="Card with left side image" %} - {% include_cached cards/card-image.html title="Card with right side image" right=true img="de6d0fd1feebb6a2.jpg" %} - {% include_cached cards/card-group.html %} + {% include cards/card-image.html title="Card with left side image" %} + {% include cards/card-image.html title="Card with right side image" right=true img="de6d0fd1feebb6a2.jpg" %} + {% include cards/card-group.html %}
    - {% include_cached cards/card.html img-top=true title="Card with top image" %} - {% include_cached cards/card.html button=true title="Card with button link" %} - {% include_cached cards/card.html status-top="danger" title="Card with top status" %} - {% include_cached cards/card.html status-bottom="success" title="Card with bottom status" %} - {% include_cached cards/card.html status-left="primary" title="Card with side status" %} - {% include_cached cards/card.html class="card-stacked" title="Stacked card" %} + {% include cards/card.html img-top=true title="Card with top image" %} + {% include cards/card.html button=true title="Card with button link" %} + {% include cards/card.html status-top="danger" title="Card with top status" %} + {% include cards/card.html status-bottom="success" title="Card with bottom status" %} + {% include cards/card.html status-left="primary" title="Card with side status" %} + {% include cards/card.html class="card-stacked" title="Stacked card" %}
    - {% include_cached cards/card.html title="Card title" subtitle="Card subtitle" %} - {% include_cached cards/card.html header=true %} - {% include_cached cards/card.html title="Card with footer" footer=true %} - {% include_cached cards/card.html title="Card with footer button" footer-button=true %} - {% include_cached cards/card.html title="Card with footer buttons" footer-buttons=true %} + {% include cards/card.html title="Card title" subtitle="Card subtitle" %} + {% include cards/card.html header=true %} + {% include cards/card.html title="Card with footer" footer=true %} + {% include cards/card.html title="Card with footer button" footer-button=true %} + {% include cards/card.html title="Card with footer buttons" footer-buttons=true %}
    diff --git a/pages/carousel.html b/pages/carousel.html index 9e152d9b7..501e37648 100644 --- a/pages/carousel.html +++ b/pages/carousel.html @@ -8,15 +8,15 @@ menu: base.carousel
    - {% include_cached cards/carousel.html id="carousel-default" %} + {% include cards/carousel.html id="carousel-default" %}
    - {% include_cached cards/carousel.html id="carousel-indicators" title="Carousel with indicators" show-indicators=true offset=5 %} + {% include cards/carousel.html id="carousel-indicators" title="Carousel with indicators" show-indicators=true offset=5 %}
    - {% include_cached cards/carousel.html id="carousel-controls" title="Carousel with controls" show-controls=true offset=10 %} + {% include cards/carousel.html id="carousel-controls" title="Carousel with controls" show-controls=true offset=10 %}
    - {% include_cached cards/carousel.html id="carousel-captions" title="Carousel with captions" show-captions=true show-controls=true offset=15 %} + {% include cards/carousel.html id="carousel-captions" title="Carousel with captions" show-captions=true show-controls=true offset=15 %}
    diff --git a/pages/charts-heatmap.html b/pages/charts-heatmap.html index 43014929e..28baa16b5 100644 --- a/pages/charts-heatmap.html +++ b/pages/charts-heatmap.html @@ -6,15 +6,15 @@ done: true
    - {% include_cached cards/charts/heatmap.html id="heatmap-basic" title="Basic Heatmap - Single Series" %} + {% include cards/charts/heatmap.html id="heatmap-basic" title="Basic Heatmap - Single Series" %}
    - {% include_cached cards/charts/heatmap.html id="heatmap-multiple" title="Heatmap - Multiple series" colors=12 %} + {% include cards/charts/heatmap.html id="heatmap-multiple" title="Heatmap - Multiple series" colors=12 %}
    - {% include_cached cards/charts/heatmap.html id="heatmap-labels" title="Heatmap - Labels included" labels=true %} + {% include cards/charts/heatmap.html id="heatmap-labels" title="Heatmap - Labels included" labels=true %}
    - {% include_cached cards/charts/heatmap.html id="heatmap-colors" title="Heatmap - Color range" scale=true %} + {% include cards/charts/heatmap.html id="heatmap-colors" title="Heatmap - Color range" scale=true %}
    diff --git a/pages/datatables.html b/pages/datatables.html index 1c09c772c..3e806a9af 100644 --- a/pages/datatables.html +++ b/pages/datatables.html @@ -2,4 +2,4 @@ title: Data Tables --- -{% include_cached cards/invoices.html %} +{% include cards/invoices.html %} diff --git a/pages/dropdowns.html b/pages/dropdowns.html index 30ec5f4c8..5e92bd1ac 100644 --- a/pages/dropdowns.html +++ b/pages/dropdowns.html @@ -3,18 +3,18 @@ title: Dropdowns page-title: Dropdowns --- -{% include_cached ui/dropdown-menu.html show=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true separated=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true active=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true disabled=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true header=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true icons=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true icons=true header=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true arrow=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true dark=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true dark=true separated=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true arrow=true right=true dark=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true arrow=true right=true dark=true icons=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true badge=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true check=true class="mr-3 mb-3 align-top" %} -{% include_cached ui/dropdown-menu.html show=true radio=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true separated=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true active=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true disabled=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true header=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true icons=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true icons=true header=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true arrow=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true dark=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true dark=true separated=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true arrow=true right=true dark=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true arrow=true right=true dark=true icons=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true badge=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true check=true class="mr-3 mb-3 align-top" %} +{% include ui/dropdown-menu.html show=true radio=true class="mr-3 mb-3 align-top" %} diff --git a/pages/email.html b/pages/email.html index 5009ba994..d2826cbb8 100644 --- a/pages/email.html +++ b/pages/email.html @@ -10,25 +10,25 @@ page-title: Crypto currencies
    diff --git a/pages/forgot-password.html b/pages/forgot-password.html index 30feaa66d..875461bc9 100644 --- a/pages/forgot-password.html +++ b/pages/forgot-password.html @@ -3,4 +3,4 @@ title: Forgot password layout: single --- -{% include_cached cards/forgot.html show-header="1" %} +{% include cards/forgot.html show-header="1" %} diff --git a/pages/gallery.html b/pages/gallery.html index ef2dd0e96..d876d332d 100644 --- a/pages/gallery.html +++ b/pages/gallery.html @@ -13,7 +13,7 @@ menu: gallery {% if photo.horizontal %} {% assign person = site.data.people[forloop.index0] %}
    - {% include_cached cards/gallery.html person=person %} + {% include cards/gallery.html person=person %}
    {% assign horizontal = horizontal | plus: 1 %} {% endif %} diff --git a/pages/homepage.html b/pages/homepage.html index ce43539fc..f76ac74aa 100644 --- a/pages/homepage.html +++ b/pages/homepage.html @@ -6,13 +6,13 @@ page-pretitle: Overview
    - {% include_cached cards/project-summary.html %} - {% include_cached cards/social-traffic.html %} + {% include cards/project-summary.html %} + {% include cards/social-traffic.html %} {% for person in site.data.people limit: 6 %}
    - {% include_cached ui/avatar.html person=person class="mr-3" size="md" %} + {% include ui/avatar.html person=person class="mr-3" size="md" %}
    {{ person.first_name }} created a new task
    {{ forloop.index | random_number: 1, 10 }}h ago
    @@ -22,8 +22,8 @@ page-pretitle: Overview {% endfor %}
    - {% include_cached cards/tasks.html %} - {% include_cached cards/company-employees.html %} - {% include_cached cards/most-visited-pages.html %} + {% include cards/tasks.html %} + {% include cards/company-employees.html %} + {% include cards/most-visited-pages.html %}
    diff --git a/pages/icons.html b/pages/icons.html index d548c9202..56e841ad0 100644 --- a/pages/icons.html +++ b/pages/icons.html @@ -5,15 +5,15 @@ page-title: Icons
    - {% include_cached cards/icons.html title="Feather icons" group="fe" %} + {% include cards/icons.html title="Feather icons" group="fe" %}
    {% if jekyll.environment == 'production' %}
    - {% include_cached cards/icons.html title="Brand icons" group="brand" %} + {% include cards/icons.html title="Brand icons" group="brand" %}
    - {% include_cached cards/icons.html title="Bootstrap icons" group="bootstrap" %} + {% include cards/icons.html title="Bootstrap icons" group="bootstrap" %}
    {% endif %}
    diff --git a/pages/invoice.html b/pages/invoice.html index bfc675a0a..343a0b838 100644 --- a/pages/invoice.html +++ b/pages/invoice.html @@ -4,4 +4,4 @@ layout: default menu: extra.invoice --- -{% include_cached cards/invoice.html %} +{% include cards/invoice.html %} diff --git a/pages/login.html b/pages/login.html index e0ecb2706..e178851c0 100644 --- a/pages/login.html +++ b/pages/login.html @@ -3,4 +3,4 @@ layout: single title: Login --- -{% include_cached cards/login.html show-header="1" %} +{% include cards/login.html show-header="1" %} diff --git a/pages/lookup.html b/pages/lookup.html index c620f4689..1ba534445 100644 --- a/pages/lookup.html +++ b/pages/lookup.html @@ -11,6 +11,6 @@ layout: default Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium alias consequuntur cum dicta doloremque, enim eos illo ipsam labore laboriosam laborum perspiciatis quibusdam repudiandae sed sequi sit temporibus veniam, voluptatum.
    - {% include_cached cards/company-lookup.html %} + {% include cards/company-lookup.html %}
    diff --git a/pages/music.html b/pages/music.html index 75e714a6c..d74232504 100644 --- a/pages/music.html +++ b/pages/music.html @@ -6,7 +6,7 @@ menu: base.music
    - {% include_cached cards/music/tracks-list.html %} + {% include cards/music/tracks-list.html %}

    Top tracks

    diff --git a/pages/pricing.html b/pages/pricing.html index e1190d443..63363ca56 100644 --- a/pages/pricing.html +++ b/pages/pricing.html @@ -6,15 +6,15 @@ done: true
    - {% include_cached cards/pricing-card.html price="0" users=3 category="Free" %} + {% include cards/pricing-card.html price="0" users=3 category="Free" %}
    - {% include_cached cards/pricing-card.html price="49" users=10 category="Premium" features="1100" featured-color="green" %} + {% include cards/pricing-card.html price="49" users=10 category="Premium" features="1100" featured-color="green" %}
    - {% include_cached cards/pricing-card.html price="99" category="Enterprise" users=100 features="1110" %} + {% include cards/pricing-card.html price="99" category="Enterprise" users=100 features="1110" %}
    - {% include_cached cards/pricing-card.html price="139" category="Unlimited" users="Unlimited" features="1111" %} + {% include cards/pricing-card.html price="139" category="Unlimited" users="Unlimited" features="1111" %}
    diff --git a/pages/profile.html b/pages/profile.html index 1caee3153..0982b0835 100644 --- a/pages/profile.html +++ b/pages/profile.html @@ -6,12 +6,12 @@ menu: base.profile
    - {% include_cached cards/profile.html %} - {% include_cached cards/profile-2.html %} - {% include_cached cards/profile-edit.html %} + {% include cards/profile.html %} + {% include cards/profile-2.html %} + {% include cards/profile-edit.html %}
    - {% include_cached cards/profile-timeline.html %} - {% include_cached cards/profile-edit-big.html %} + {% include cards/profile-timeline.html %} + {% include cards/profile-edit-big.html %}
    diff --git a/pages/register.html b/pages/register.html index f447eac2d..02dc2619e 100644 --- a/pages/register.html +++ b/pages/register.html @@ -3,4 +3,4 @@ layout: single title: Register --- -{% include_cached cards/register.html %} +{% include cards/register.html %} diff --git a/pages/ribbons.html b/pages/ribbons.html index 99f8e609b..b4983b9be 100644 --- a/pages/ribbons.html +++ b/pages/ribbons.html @@ -7,24 +7,24 @@ done: true {% assign col-class = "col-sm-6 col-lg-4 col-xl-3" %}
    -
    {% include_cached cards/ribbon.html %}
    -
    {% include_cached cards/ribbon.html top=true %}
    -
    {% include_cached cards/ribbon.html top=true left=true %}
    -
    {% include_cached cards/ribbon.html bottom=true %}
    -
    {% include_cached cards/ribbon.html left=true %}
    -
    {% include_cached cards/ribbon.html left=true bottom=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true bottom=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true left=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true left=true bottom=true %}
    -
    {% include_cached cards/ribbon.html color="red" %}
    -
    {% include_cached cards/ribbon.html color="green" bottom=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true color="teal" left=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true color="yellow" left=true bottom=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true color="pink" left=true top=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true color="purple" top=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true color="teal-lt" left=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true color="yellow-lt" left=true bottom=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true color="pink-lt" left=true top=true %}
    -
    {% include_cached cards/ribbon.html bookmark=true color="purple-lt" top=true %}
    +
    {% include cards/ribbon.html %}
    +
    {% include cards/ribbon.html top=true %}
    +
    {% include cards/ribbon.html top=true left=true %}
    +
    {% include cards/ribbon.html bottom=true %}
    +
    {% include cards/ribbon.html left=true %}
    +
    {% include cards/ribbon.html left=true bottom=true %}
    +
    {% include cards/ribbon.html bookmark=true %}
    +
    {% include cards/ribbon.html bookmark=true bottom=true %}
    +
    {% include cards/ribbon.html bookmark=true left=true %}
    +
    {% include cards/ribbon.html bookmark=true left=true bottom=true %}
    +
    {% include cards/ribbon.html color="red" %}
    +
    {% include cards/ribbon.html color="green" bottom=true %}
    +
    {% include cards/ribbon.html bookmark=true color="teal" left=true %}
    +
    {% include cards/ribbon.html bookmark=true color="yellow" left=true bottom=true %}
    +
    {% include cards/ribbon.html bookmark=true color="pink" left=true top=true %}
    +
    {% include cards/ribbon.html bookmark=true color="purple" top=true %}
    +
    {% include cards/ribbon.html bookmark=true color="teal-lt" left=true %}
    +
    {% include cards/ribbon.html bookmark=true color="yellow-lt" left=true bottom=true %}
    +
    {% include cards/ribbon.html bookmark=true color="pink-lt" left=true top=true %}
    +
    {% include cards/ribbon.html bookmark=true color="purple-lt" top=true %}
    diff --git a/pages/rtl.html b/pages/rtl.html index 38ae6df94..efe8c3acb 100644 --- a/pages/rtl.html +++ b/pages/rtl.html @@ -19,18 +19,18 @@ menu: pages.rtl نتيجة لضعف إرادتهم فيتساوي مع هؤلاء الذين يتجنبون وينأون عن تحمل الكدح والألم . {% endcapture %} - {% include_cached cards/card.html body=body title="عنوان البطاقة" %} + {% include cards/card.html body=body title="عنوان البطاقة" %}
    - {% include_cached cards/small-stats.html count=43 description="تذاكر جديدة" chart-type="pie" chart-data="45/100" %} + {% include cards/small-stats.html count=43 description="تذاكر جديدة" chart-type="pie" chart-data="45/100" %}
    - {% include_cached cards/small-stats.html count=17 description="مغلق اليوم" chart-type="pie" chart-data="22/100" %} + {% include cards/small-stats.html count=17 description="مغلق اليوم" chart-type="pie" chart-data="22/100" %}
    - {% include_cached cards/small-stats.html count="27.3K" description="متابعون" chart-type="pie" chart-data="75/100" %} + {% include cards/small-stats.html count="27.3K" description="متابعون" chart-type="pie" chart-data="75/100" %}
    diff --git a/pages/snippets.html b/pages/snippets.html index 80ca77305..07674534c 100644 --- a/pages/snippets.html +++ b/pages/snippets.html @@ -5,76 +5,76 @@ page-title-right: date ---
    -
    {% include_cached cards/user-card.html person-id=5 %}
    -
    {% include_cached cards/user-card.html person-id=6 %}
    -
    {% include_cached cards/user-card.html person-id=7 right=true %}
    -
    {% include_cached cards/user-card.html person-id=8 right=true %}
    +
    {% include cards/user-card.html person-id=5 %}
    +
    {% include cards/user-card.html person-id=6 %}
    +
    {% include cards/user-card.html person-id=7 right=true %}
    +
    {% include cards/user-card.html person-id=8 right=true %}
    -
    {% include_cached cards/user-card-big.html person-id=15 %}
    -
    {% include_cached cards/user-card-big.html person-id=16 %}
    -
    {% include_cached cards/user-card-big.html person-id=17 %}
    -
    {% include_cached cards/user-card-big.html person-id=18 %}
    +
    {% include cards/user-card-big.html person-id=15 %}
    +
    {% include cards/user-card-big.html person-id=16 %}
    +
    {% include cards/user-card-big.html person-id=17 %}
    +
    {% include cards/user-card-big.html person-id=18 %}
    -
    {% include_cached cards/user-card-bg.html person-id=25 %}
    -
    {% include_cached cards/user-card-bg.html person-id=26 %}
    -
    {% include_cached cards/user-card-bg.html person-id=27 blurred=true %}
    -
    {% include_cached cards/user-card-bg.html person-id=28 blurred=true %}
    +
    {% include cards/user-card-bg.html person-id=25 %}
    +
    {% include cards/user-card-bg.html person-id=26 %}
    +
    {% include cards/user-card-bg.html person-id=27 blurred=true %}
    +
    {% include cards/user-card-bg.html person-id=28 blurred=true %}
    - {% include_cached cards/subscribe.html person-id=0 %} + {% include cards/subscribe.html person-id=0 %}
    - {% include_cached cards/subscribe.html person-id=2 %} + {% include cards/subscribe.html person-id=2 %}
    -
    {% include_cached cards/small-stats.html icon="dollar-sign" color="blue" count=132 +
    {% include cards/small-stats.html icon="dollar-sign" color="blue" count=132 subtitle="Sales" description="12 waiting payments" %}
    -
    {% include_cached cards/small-stats.html icon="shopping-bag" color="green" count=78 +
    {% include cards/small-stats.html icon="shopping-bag" color="green" count=78 subtitle="Orders" description="32 shipped" %}
    -
    {% include_cached cards/small-stats.html icon="users" color="red" count=1352 +
    {% include cards/small-stats.html icon="users" color="red" count=1352 subtitle="Members" description="163 registered today" %}
    -
    {% include_cached cards/small-stats.html icon="message-square" color="yellow" count=132 +
    {% include cards/small-stats.html icon="message-square" color="yellow" count=132 subtitle="Comments" description="16 waitings" %}
    -
    {% include_cached cards/small-stats.html chart-position="left" chart-type="pie" +
    {% include cards/small-stats.html chart-position="left" chart-type="pie" chart-data="56/100" color="blue" count=132 subtitle="Sales" description="12 waiting payments" %}
    -
    {% include_cached cards/small-stats.html chart-position="left" chart-type="pie" +
    {% include cards/small-stats.html chart-position="left" chart-type="pie" chart-data="56/100" color="green" count=78 subtitle="Orders" description="32 shipped" %}
    -
    {% include_cached cards/small-stats.html chart-position="left" chart-type="pie" +
    {% include cards/small-stats.html chart-position="left" chart-type="pie" chart-data="56/100" color="red" count=1352 subtitle="Members" description="163 registered today" %}
    -
    {% include_cached cards/small-stats.html chart-position="left" chart-type="pie" +
    {% include cards/small-stats.html chart-position="left" chart-type="pie" chart-data="56/100" color="yellow" count=132 subtitle="Comments" description="16 waitings" %}
    - {% include_cached cards/small-stats.html chart-type="line" chart-data="20,0,40,30,40,30,80,60" %} - {% include_cached cards/small-stats.html chart-type="bar" chart-data="20,40,30,10,40,60,80,70" color="red" icon="heart" %} - {% include_cached cards/small-stats.html chart-type="bar" chart-data="20,40,20,-10,-30,10,40,60,80,70" color="green" + {% include cards/small-stats.html chart-type="line" chart-data="20,0,40,30,40,30,80,60" %} + {% include cards/small-stats.html chart-type="bar" chart-data="20,40,30,10,40,60,80,70" color="red" icon="heart" %} + {% include cards/small-stats.html chart-type="bar" chart-data="20,40,20,-10,-30,10,40,60,80,70" color="green" icon="github" %} - {% include_cached cards/small-stats.html chart-type="pie" chart-data="12/100" person-id=10 %} - {% include_cached cards/small-stats.html chart-type="pie" chart-data="12/100" person-id=11 %} - {% include_cached cards/small-stats.html chart-type="pie" chart-data="56/100" person-id=1 %} - {% include_cached cards/small-stats.html color="green" person-id=4 %} - {% include_cached cards/small-stats.html small-icon="trending-down" color="red" person-id=3 %} - {% include_cached cards/code.html %} + {% include cards/small-stats.html chart-type="pie" chart-data="12/100" person-id=10 %} + {% include cards/small-stats.html chart-type="pie" chart-data="12/100" person-id=11 %} + {% include cards/small-stats.html chart-type="pie" chart-data="56/100" person-id=1 %} + {% include cards/small-stats.html color="green" person-id=4 %} + {% include cards/small-stats.html small-icon="trending-down" color="red" person-id=3 %} + {% include cards/code.html %}
    - {% include_cached cards/small-stats-2.html title="Customers" count="1,950" growth=5.2 color="yellow" %} - {% include_cached cards/small-stats-2.html title="Orders" count="8256" growth=0 color="green" %} - {% include_cached cards/small-stats-2.html title="Revenue" count="$58,924" growth=-3.1 color="red" light=true %} + {% include cards/small-stats-2.html title="Customers" count="1,950" growth=5.2 color="yellow" %} + {% include cards/small-stats-2.html title="Orders" count="8256" growth=0 color="green" %} + {% include cards/small-stats-2.html title="Revenue" count="$58,924" growth=-3.1 color="red" light=true %}
    - {% include_cached cards/project-kanban.html title="Tabler UI" badge="v1.0" value=30 percentage-color="red" limit=4 offset=0 + {% include cards/project-kanban.html title="Tabler UI" badge="v1.0" value=30 percentage-color="red" limit=4 offset=0 due="72 days" %} - {% include_cached cards/project-kanban.html title="Tabler React" value=80 offset=20 %} - {% include_cached cards/user-info.html %} + {% include cards/project-kanban.html title="Tabler React" value=80 offset=20 %} + {% include cards/user-info.html %}
    diff --git a/pages/social.html b/pages/social.html index a608318ae..e04c4ea92 100644 --- a/pages/social.html +++ b/pages/social.html @@ -6,14 +6,14 @@ done: true
    - {% include_cached cards/feed-card.html feed=1 text="Suscipit integer egestas porta massa id sem fermentum vel et enim pulvinar ullamcorper dignissim at" %} - {% include_cached cards/feed-card.html feed=3 %} - {% include_cached cards/feed-card.html feed=5 %} - {% include_cached cards/feed-card.html feed=7 %} + {% include cards/feed-card.html feed=1 text="Suscipit integer egestas porta massa id sem fermentum vel et enim pulvinar ullamcorper dignissim at" %} + {% include cards/feed-card.html feed=3 %} + {% include cards/feed-card.html feed=5 %} + {% include cards/feed-card.html feed=7 %}
    - {% include_cached cards/feed-card.html feed=2 text="Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa cupiditate dolorem doloremque labore quisquam? Animi, blanditiis cupiditate dignissimos est ipsam maiores molestias nemo perferendis perspiciatis praesentium." %} - {% include_cached cards/feed-card.html feed=4 %} - {% include_cached cards/feed-card.html feed=6 %} + {% include cards/feed-card.html feed=2 text="Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa cupiditate dolorem doloremque labore quisquam? Animi, blanditiis cupiditate dignissimos est ipsam maiores molestias nemo perferendis perspiciatis praesentium." %} + {% include cards/feed-card.html feed=4 %} + {% include cards/feed-card.html feed=6 %}
    diff --git a/pages/store.html b/pages/store.html index 93990ef37..234c39202 100644 --- a/pages/store.html +++ b/pages/store.html @@ -8,14 +8,14 @@ page-title: Store
    - {% include_cached cards/store-product.html product=0 %} + {% include cards/store-product.html product=0 %}
    - {% include_cached cards/store-product.html product=3 %} + {% include cards/store-product.html product=3 %}
    - {% include_cached cards/store-list.html %} + {% include cards/store-list.html %}
    diff --git a/pages/tabs.html b/pages/tabs.html index 49b79cdb3..43c929396 100644 --- a/pages/tabs.html +++ b/pages/tabs.html @@ -5,15 +5,15 @@ done: true ---
    -
    {% include_cached cards/tabs.html settings=true %}
    -
    {% include_cached cards/tabs.html reverse=true settings=true %}
    -
    {% include_cached cards/tabs.html icons=true %}
    -
    {% include_cached cards/tabs.html alternative=true settings=true %}
    -
    {% include_cached cards/tabs.html alternative=true reverse=true settings=true %}
    -
    {% include_cached cards/tabs.html alternative=true icons=true %}
    -
    {% include_cached cards/tabs.html dropdown=true %}
    -
    {% include_cached cards/tabs.html justified=true activity=true %}
    -
    {% include_cached cards/tabs.html justified=true disabled=true %}
    -
    {% include_cached cards/tabs.html justified=true icons=true activity=true %}
    -
    {% include_cached cards/tabs.html animation=true activity=true %}
    +
    {% include cards/tabs.html settings=true %}
    +
    {% include cards/tabs.html reverse=true settings=true %}
    +
    {% include cards/tabs.html icons=true %}
    +
    {% include cards/tabs.html alternative=true settings=true %}
    +
    {% include cards/tabs.html alternative=true reverse=true settings=true %}
    +
    {% include cards/tabs.html alternative=true icons=true %}
    +
    {% include cards/tabs.html dropdown=true %}
    +
    {% include cards/tabs.html justified=true activity=true %}
    +
    {% include cards/tabs.html justified=true disabled=true %}
    +
    {% include cards/tabs.html justified=true icons=true activity=true %}
    +
    {% include cards/tabs.html animation=true activity=true %}
    diff --git a/pages/tmp.html b/pages/tmp.html index bf1283819..cbbf89d3c 100644 --- a/pages/tmp.html +++ b/pages/tmp.html @@ -5,10 +5,10 @@ menu: a.b.c
    - {% include_cached cards/small-stats.html chart-type="bar" chart-data="20,40,30,40,60,80,70" color="red" icon="heart" %} + {% include cards/small-stats.html chart-type="bar" chart-data="20,40,30,40,60,80,70" color="red" icon="heart" %}
    - {% include_cached cards/small-stats.html chart-type="bar" chart-data="5,8,2,5,-1,3,5,3" color="blue" icon="heart" %} + {% include cards/small-stats.html chart-type="bar" chart-data="5,8,2,5,-1,3,5,3" color="blue" icon="heart" %}
    {% for chart in site.data.charts %} @@ -34,14 +34,14 @@ menu: a.b.c
    - {% include_cached cards/charts/total-sales.html %} + {% include cards/charts/total-sales.html %}
    - {% include_cached cards/user-info.html %} - {% include_cached cards/users-list-2.html %} + {% include cards/user-info.html %} + {% include cards/users-list-2.html %}
    @@ -55,8 +55,8 @@ menu: a.b.c
    - {% include_cached cards/users-list.html hoverable=true checked-ids="2,5,8" %} - {% include_cached cards/users-list.html offset=8 checkbox=true title="Contacts" %} + {% include cards/users-list.html hoverable=true checked-ids="2,5,8" %} + {% include cards/users-list.html offset=8 checkbox=true title="Contacts" %}
    diff --git a/pages/tmp2.html b/pages/tmp2.html index 136c9ca6e..8bd32bef9 100644 --- a/pages/tmp2.html +++ b/pages/tmp2.html @@ -26,25 +26,25 @@ page-title: Tabler licence

    Permissions

      -
    • {% include_cached ui/icon.html icon="check" class="text-green" %} Commercial use
    • -
    • {% include_cached ui/icon.html icon="check" class="text-green" %} Modification
    • -
    • {% include_cached ui/icon.html icon="check" class="text-green" %} Distribution
    • -
    • {% include_cached ui/icon.html icon="check" class="text-green" %} Private use
    • +
    • {% include ui/icon.html icon="check" class="text-green" %} Commercial use
    • +
    • {% include ui/icon.html icon="check" class="text-green" %} Modification
    • +
    • {% include ui/icon.html icon="check" class="text-green" %} Distribution
    • +
    • {% include ui/icon.html icon="check" class="text-green" %} Private use

    Limitations

      -
    • {% include_cached ui/icon.html icon="x" class="text-red" %} Liability
    • -
    • {% include_cached ui/icon.html icon="x" class="text-red" %} Warranty
    • +
    • {% include ui/icon.html icon="x" class="text-red" %} Liability
    • +
    • {% include ui/icon.html icon="x" class="text-red" %} Warranty

    Conditions

      -
    • {% include_cached ui/icon.html icon="info" class="text-blue" %} License and copyright notice
    • +
    • {% include ui/icon.html icon="info" class="text-blue" %} License and copyright notice
    @@ -52,4 +52,4 @@ page-title: Tabler licence -
    \ No newline at end of file +
    diff --git a/pages/users.html b/pages/users.html index 1120e459c..7527d66bf 100644 --- a/pages/users.html +++ b/pages/users.html @@ -17,7 +17,7 @@ menu: base.users
    - {% include_cached ui/avatar.html person=person size="md" %} + {% include ui/avatar.html person=person size="md" %}

    {{ person.full_name }}

    @@ -40,8 +40,8 @@ menu: base.users
    - {% include_cached ui/button.html text="Chat" color="secondary" size="sm" %} - {% include_cached ui/button.html text="Profile" color="secondary" size="sm" %} + {% include ui/button.html text="Chat" color="secondary" size="sm" %} + {% include ui/button.html text="Profile" color="secondary" size="sm" %}