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.4.7 _includes/cssfile/links.html
word-games-theme-1.4.6 _includes/cssfile/links.html
word-games-theme-1.4.5 _includes/cssfile/links.html
word-games-theme-1.4.4 _includes/cssfile/links.html
word-games-theme-1.4.3 _includes/cssfile/links.html
word-games-theme-1.4.2 _includes/cssfile/links.html
word-games-theme-1.4.1 _includes/cssfile/links.html
word-games-theme-1.4.0 _includes/cssfile/links.html
word-games-theme-1.3.9 _includes/cssfile/links.html
word-games-theme-1.3.8 _includes/cssfile/links.html
word-games-theme-1.3.7 _includes/cssfile/links.html
word-games-theme-1.3.6 _includes/cssfile/links.html
word-games-theme-1.3.5 _includes/cssfile/links.html
word-games-theme-1.3.4 _includes/cssfile/links.html
word-games-theme-1.3.3 _includes/cssfile/links.html
word-games-theme-1.3.2 _includes/cssfile/links.html
word-games-theme-1.3.1 _includes/cssfile/links.html
word-games-theme-1.3.0 _includes/cssfile/links.html
word-games-theme-1.2.9 _includes/cssfile/links.html
word-games-theme-1.2.8 _includes/cssfile/links.html