diff --git a/pages/_data/menu.yml b/pages/_data/menu.yml index 914728e6c..39777aeec 100644 --- a/pages/_data/menu.yml +++ b/pages/_data/menu.yml @@ -3,6 +3,11 @@ form-elements: title: Form elements icon: check-square +cards: + url: cards.html + title: Cards + icon: file + charts: url: charts.html title: Charts diff --git a/pages/_docs/avatars.md b/pages/_docs/avatars.md index cacf26e3a..d974fd63c 100644 --- a/pages/_docs/avatars.md +++ b/pages/_docs/avatars.md @@ -85,11 +85,7 @@ Change the shape of an avatar with the default Bootstrap image classes. ### Avatars list {% example %} -
{% endif %}
- {% if include.body %}
- {{ include.body }}
- {% else %} -Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima - neque pariatur perferendis sed suscipit velit vitae voluptatem.
+ {% if include.status-top %} + + {% elsif include.status-bottom %} + + {% elsif include.status-left %} + {% endif %} - {% if include.link %} -{{ include.body }}
+ {% else %} +Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima + neque pariatur perferendis sed suscipit velit vitae voluptatem.
+ {% endif %} + + {% if include.button %} +{{ include.title | default: "No results found" }}
+{{ include.title | default: "No results found" }}
{{ include.subtitle | default: "Try adjusting your search or filter to find what you're looking for." }}
diff --git a/pages/_includes/ui/nav.html b/pages/_includes/ui/nav.html new file mode 100644 index 000000000..aecafb50d --- /dev/null +++ b/pages/_includes/ui/nav.html @@ -0,0 +1,23 @@ + diff --git a/pages/_includes/ui/progress.html b/pages/_includes/ui/progress.html index 9305e4a36..e9ed2d958 100644 --- a/pages/_includes/ui/progress.html +++ b/pages/_includes/ui/progress.html @@ -1,5 +1,5 @@ {% assign percentage = include.percentage | default: 38 %} -