From e64dff274456b1f17a5212f3839ac56305b4d4cc Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 18 Apr 2021 15:37:38 +0200 Subject: mushroom, pizza fixes --- 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 afca9005..e3f5283d 100644 --- a/src/_includes/toolbar.html +++ b/src/_includes/toolbar.html @@ -5,7 +5,7 @@ {% assign buttons = group | split: ',' %}
{% for button in buttons %} -
{% include icon.html name=button %}
+
{% include_cached icon.html name=button %}
{% endfor %}
{% endfor %} -- cgit v1.2.1