diff --git a/_config.yml b/_config.yml index 8cfedc15a..69ce589b9 100644 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,13 @@ plugins: exclude: - .idea/* + - package.json + +defaults: + - scope: + type: "icons" + values: + layout: icon collections: icons: diff --git a/_includes/icon.html b/_includes/icon.html index d61658ed0..22834ebc1 100644 --- a/_includes/icon.html +++ b/_includes/icon.html @@ -1,6 +1 @@ -{% assign name = include.name %} -{% assign icon = site.icons | where: "slug", name | first %} - -{% assign content = icon.content | replace: ' - + Tabler Icons