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.
|
- {% if include.css.sri %}
- <link href="{{ include.css.href }}" rel="stylesheet" integrity="{{ include.css.sri }}" crossorigin="anonymous">
- {% elsif include.css.href %}
- <link rel="stylesheet" href="{{ include.css.href }}">
- {% else %}
- <link rel="stylesheet" href="{{ include.css }}">
- {% endif %}
|