improve compress without external plugin

This commit is contained in:
Jesús
2020-02-02 11:56:06 -05:00
parent 40b33a3d7d
commit 3f020984ca
9 changed files with 996 additions and 53 deletions

View File

@@ -263,8 +263,6 @@
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/modules/plyr/plyr.min.js"
integrity="sha512-OuNuHhTUuTAbvDItUy1JPT/L9bBLBK71KDEgEiCUyzyZtVCKMALXfkyi5lQV30FoadAZoSlLoHxXeXQUGxoduw=="
crossorigin="anonymous"></script>
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/play.js"
integrity="sha512-OTfMWEmqrlXA9I5xteZxMa4a1DXs+ocTB5E+9S3TF0asQFqsDltZ8q3AxoMPXLJSW5Bk6ysA/16bIwME7w8CnA=="
crossorigin="anonymous"></script>
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/play.js"></script>
<!-- /Plyr -->
{% endblock %}