_includes/script.html in appscms-tools-theme-0.5.3 vs _includes/script.html in appscms-tools-theme-0.5.4

- old
+ new

@@ -4,6 +4,11 @@ {{site.data.customcdns.customcdns.jsfiles}} {%- if scriptData.jsfilepaths -%} {%- for path in scriptData.jsfilepaths -%} <script src="{{path}}"></script> {%- endfor -%} + {%- endif -%} + {%- if scriptData.jscdns -%} + {%- for item in scriptData.jscdns -%} + {{item}} + {%- endfor -%} {%- endif -%} \ No newline at end of file