Sha256: 8526fb4dea9e83d55fbd61c4e7d5e162bce578606e27a2f99af488f1b3939680

Contents?: true

Size: 410 Bytes

Versions: 14

Compression:

Stored size: 410 Bytes

Contents

{% assign cssData = site.data.[page.folderName][lang][file] %}
{{site.data.customcdns.customcdns.cssfiles}}
{%- if cssData.cssfilepaths -%}
{%- for path in cssData.cssfilepaths -%}
<link defer rel="stylesheet" href="{{path}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
{%- endfor -%}
{%- endif -%}
{%- if cssData.csscdns -%}
{%- for item in cssData.csscdns -%}
{{item}}
{%- endfor -%}
{%- endif -%}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
appscms-tools-theme-1.9.6 _includes/cssfile/links.html
appscms-tools-theme-1.9.5 _includes/cssfile/links.html
appscms-tools-theme-1.9.4 _includes/cssfile/links.html
appscms-tools-theme-1.9.3 _includes/cssfile/links.html
appscms-tools-theme-1.9.2 _includes/cssfile/links.html
appscms-tools-theme-1.9.1 _includes/cssfile/links.html
appscms-tools-theme-1.9.0 _includes/cssfile/links.html
appscms-tools-theme-1.8.9 _includes/cssfile/links.html
appscms-tools-theme-1.8.8 _includes/cssfile/links.html
appscms-tools-theme-1.8.7 _includes/cssfile/links.html
appscms-tools-theme-1.8.6 _includes/cssfile/links.html
appscms-tools-theme-1.8.5 _includes/cssfile/links.html
appscms-tools-theme-1.8.4 _includes/cssfile/links.html
appscms-tools-theme-1.8.3 _includes/cssfile/links.html