mirror of
https://github.com/tabler/tabler.git
synced 2026-07-27 05:24:38 +04:00
jekyll.environment fix
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
{% assign data = site.data.charts[data.extend] | concat_objects: site.data.charts[include.chart-id] %}
|
{% assign data = site.data.charts[data.extend] | concat_objects: site.data.charts[include.chart-id] %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div id="chart-{{ id }}" {% if class %} class="{{ class }}" {% endif %}{% if data.debug %} style="outline: 1px solid red" {% endif %}></div>
|
<div id="chart-{{ id }}" {% if class %} class="{{ class }}" {% endif %}{% if data.debug and jekyll.environment == 'production' %} style="outline: 1px solid red" {% endif %}></div>
|
||||||
|
|
||||||
{% append_lib apexcharts %}
|
{% append_lib apexcharts %}
|
||||||
{% capture script %}
|
{% capture script %}
|
||||||
|
|||||||
Reference in New Issue
Block a user