Sha256: 9cbd7be37405b5d296503ac8460c33128006264e33cb3316e84d2b90fb2bc360

Contents?: true

Size: 356 Bytes

Versions: 114

Compression:

Stored size: 356 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}}">
{%- endfor -%}
{%- endif -%}
{%- if cssData.csscdns -%}
{%- for item in cssData.csscdns -%}
{{item}}
{%- endfor -%}
{%- endif -%}

Version data entries

114 entries across 114 versions & 1 rubygems

Version Path
word-games-theme-1.0.7 _includes/cssfile/links.html
word-games-theme-1.0.6 _includes/cssfile/links.html
word-games-theme-1.0.5 _includes/cssfile/links.html
word-games-theme-1.0.4 _includes/cssfile/links.html
word-games-theme-1.0.3 _includes/cssfile/links.html
word-games-theme-1.0.2 _includes/cssfile/links.html
word-games-theme-1.0.1 _includes/cssfile/links.html
word-games-theme-1.0.0 _includes/cssfile/links.html
word-games-theme-0.9.9 _includes/cssfile/links.html
word-games-theme-0.9.8 _includes/cssfile/links.html
word-games-theme-0.9.7 _includes/cssfile/links.html
word-games-theme-0.9.6 _includes/cssfile/links.html
word-games-theme-0.9.5 _includes/cssfile/links.html
word-games-theme-0.9.4 _includes/cssfile/links.html