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
298B

  1. {% if include.css.sri %}
  2. <link href="{{ include.css.href }}" rel="stylesheet" integrity="{{ include.css.sri }}" crossorigin="anonymous">
  3. {% elsif include.css.href %}
  4. <link rel="stylesheet" href="{{ include.css.href }}">
  5. {% else %}
  6. <link rel="stylesheet" href="{{ include.css }}">
  7. {% endif %}