assets/data/masonry.html in j1-template-2024.1.5 vs assets/data/masonry.html in j1-template-2024.2.0
- old
+ new
@@ -24,14 +24,11 @@
# Test data:
# {{variable | debug}}
# -----------------------------------------------------------------------------
{% endcomment %}
-{% comment %} Liquid procedures (currently unused)
---------------------------------------------------------------------------------
-{% capture select_color %}themes/{{site.template.name}}/procedures/global/select_color.proc{% endcapture %}
-{% capture select_icon_size %}themes/{{site.template.name}}/procedures/global/select_icon_size.proc{% endcapture %}
+{% comment %} Liquid procedures
-------------------------------------------------------------------------------- {% endcomment %}
{% comment %} Liquid var initialization
-------------------------------------------------------------------------------- {% endcomment %}
@@ -55,18 +52,9 @@
-------------------------------------------------------------------------------- {% endcomment %}
{% assign ext = '' %}
{% if site.permalink == 'none' %}
{% assign ext = '.html' %}
{% endif %}
-
-{% comment %} Currently NOT used
---------------------------------------------------------------------------------
-{% include {{select_color}} color=masonry_icon_color fallback="#9E9E9E" %}
-{% assign masonry_icon_color = color %}
-
-{% include {{select_icon_size}} family=masonry_icon_family size=masonry_icon_size %}
-{% assign masonry_icon_size = size %}
--------------------------------------------------------------------------------- {% endcomment %}
{% comment %} Detect prod mode
-------------------------------------------------------------------------------- {% endcomment %}
{% assign production = false %}
{% if environment == 'prod' or environment == 'production' %}