From 9c2987751f522ae470fcc81f31a8c8f0e5102dca Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 17 Aug 2022 14:24:13 +0200 Subject: eleventy test --- src/_includes/icon.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/_includes') diff --git a/src/_includes/icon.html b/src/_includes/icon.html index 89bd3c60..ced25557 100644 --- a/src/_includes/icon.html +++ b/src/_includes/icon.html @@ -1,2 +1,8 @@ {% assign stroke = include.stroke | default: 2 %}{% assign width = 24 %}{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% capture replace-to %} {% endcapture %}{% assign content = icon.content | replace: '', replace-to %}{{ content }} +{{ name }} +{{ params.name }} +{{ include.name }} +{{ includes.name }} +{{ include.stroke }} +{{ params.stroke }} -- cgit v1.2.1