From e35df21787712c14bea1869f2c663be4343ecf47 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 16 Aug 2022 22:44:29 +0200 Subject: e11ty test --- src/_includes/toolbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/_includes/toolbar.html') diff --git a/src/_includes/toolbar.html b/src/_includes/toolbar.html index e3f5283d..afca9005 100644 --- a/src/_includes/toolbar.html +++ b/src/_includes/toolbar.html @@ -5,7 +5,7 @@ {% assign buttons = group | split: ',' %}
{% for button in buttons %} -
{% include_cached icon.html name=button %}
+
{% include icon.html name=button %}
{% endfor %}
{% endfor %} -- cgit v1.2.1