Add Subresource Integrity (SRI) support (#164)

This commit is contained in:
Tony Ho 2017-01-28 10:19:00 +11:00 committed by Dean Attali
parent 09e037d535
commit d1da39b34b
5 changed files with 20 additions and 6 deletions

View file

@ -17,7 +17,7 @@
{% if layout.common-ext-css %}
{% for css in layout.common-ext-css %}
<link rel="stylesheet" href="{{ css }}" />
{% include ext-css.html css=css %}
{% endfor %}
{% endif %}
@ -35,7 +35,7 @@
{% if page.ext-css %}
{% for css in page.ext-css %}
<link rel="stylesheet" href="{{ css }}" />
{% include ext-css.html css=css %}
{% endfor %}
{% endif %}