Sha256: 7029c047b5a202a8db4716e00e270ecfa8f4d7885eaf9a5983c5947740b55083
Contents?: true
Size: 421 Bytes
Versions: 8
Compression:
Stored size: 421 Bytes
Contents
{% assign spot_scripts = all_scripts[include.spot] | where_exp:"s","page_scripts contains s.slug" %} {% for script in spot_scripts %} {% assign script_href = script.href %} {% unless script_href contains "http" %} {% assign script_href = script_href | prepend: scripts_url %} {% endunless %} <script src="{{ script_href }}" integrity="{{ script.meta.integrity }}" crossorigin="anonymous"></script> {% endfor %}
Version data entries
8 entries across 8 versions & 2 rubygems