sources for https://poweris.moe/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
271B

  1. {% if include.js.sri %}
  2. <script src="{{ include.js.href }}" integrity="{{ include.js.sri }}" crossorigin="anonymous"></script>
  3. {% elsif include.js.href %}
  4. <script src="{{ include.js.href }}"></script>
  5. {% else %}
  6. <script src="{{ include.js }}"></script>
  7. {% endif %}