1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 21:41:43 +04:00

code formatting

This commit is contained in:
codecalm
2022-09-11 16:41:22 +02:00
parent 54b4aa2267
commit 3a0ec64061
+9 -9
View File
@@ -4,17 +4,17 @@
{% if data %}
{% if jekyll.environment == 'development' %}
<div class="ratio ratio-{{ include.ratio | default: '4x3' }}">
{% include ui/svg.html width="590" height="252" ratio=true border=true %}
</div>
{% else %}
<div class="ratio ratio-{{ include.ratio | default: '4x3' }}">
<div>
<div id="map-{{ id }}" class="w-100 h-100"></div>
<div class="ratio ratio-{{ include.ratio | default: '4x3' }}">
{% include ui/svg.html width="590" height="252" ratio=true border=true %}
</div>
{% else %}
<div class="ratio ratio-{{ include.ratio | default: '4x3' }}">
<div>
<div id="map-{{ id }}" class="w-100 h-100"></div>
</div>
</div>
</div>
{% capture script %}
{% capture script %}
<script>
// @formatter:on
{% if jekyll.environment == 'development' %}window.tabler_map_vector = window.tabler_map_vector || {};{% endif %}