Sha256: 930068d6454b6feab49aaf8957087d7400fc94156ea6babd9069d4c73a17aaa3

Contents?: true

Size: 415 Bytes

Versions: 7

Compression:

Stored size: 415 Bytes

Contents

{% assign cssData = site.data.[page.folderName][lang][file] %}
{{site.data.customcdns.customcdns.cssfiles}}
{%- if cssData.cssfilepaths -%}
{%- for path in cssData.cssfilepaths -%}
<link 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

7 entries across 7 versions & 1 rubygems

Version Path
appscms-tools-theme-1.5.6 _includes/cssfile/links.html
appscms-tools-theme-1.5.5 _includes/cssfile/links.html
appscms-tools-theme-1.5.4 _includes/cssfile/links.html
appscms-tools-theme-1.5.3 _includes/cssfile/links.html
appscms-tools-theme-1.5.2 _includes/cssfile/links.html
appscms-tools-theme-1.5.1 _includes/cssfile/links.html
appscms-tools-theme-1.5.0 _includes/cssfile/links.html