_includes/cssfile/links.html in appscms-tools-theme-0.5.2 vs _includes/cssfile/links.html in appscms-tools-theme-0.5.3

- old
+ new

@@ -1,8 +1,7 @@ {% assign cssData = site.data.[page.folderName][lang][file] %} {{site.data.customcdns.customcdns.cssfiles}} -{%- if cssData.csspaths -%} +{%- if cssData.cssfilepaths -%} {%- for path in cssData.cssfilepaths -%} - <script src="{{path}}"></script> + <link rel="stylesheet" href="{{path}}"> {%- endfor -%} {%- endif -%} -