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.2.7 _includes/cssfile/links.html
word-games-theme-1.2.6 _includes/cssfile/links.html
word-games-theme-1.2.5 _includes/cssfile/links.html
word-games-theme-1.2.4 _includes/cssfile/links.html
word-games-theme-1.2.3 _includes/cssfile/links.html
word-games-theme-1.2.2 _includes/cssfile/links.html
word-games-theme-1.2.1 _includes/cssfile/links.html
word-games-theme-1.2.0 _includes/cssfile/links.html
word-games-theme-1.1.9 _includes/cssfile/links.html
word-games-theme-1.1.8 _includes/cssfile/links.html
word-games-theme-1.1.7 _includes/cssfile/links.html
word-games-theme-1.1.6 _includes/cssfile/links.html
word-games-theme-1.1.5 _includes/cssfile/links.html
word-games-theme-1.1.4 _includes/cssfile/links.html
word-games-theme-1.1.3 _includes/cssfile/links.html
word-games-theme-1.1.2 _includes/cssfile/links.html
word-games-theme-1.1.1 _includes/cssfile/links.html
word-games-theme-1.1.0 _includes/cssfile/links.html
word-games-theme-1.0.9 _includes/cssfile/links.html
word-games-theme-1.0.8 _includes/cssfile/links.html