Files
Gainsight/Custom_Templates/_OLD_TEMPLATES/_head.html.liquid

7 lines
288 B
Plaintext
Raw Normal View History

2022-02-23 13:18:41 -05:00
<link rel="stylesheet" media="all" href="{{ routes.schoolkeep_v3_styles_url }}">
<link rel="stylesheet" media="all" href="{{ routes.color_scheme_path }}">
{% if current_school.has_custom_styles? %}
<link rel="stylesheet" media="all" href="{{ routes.custom_styles_path }}">
{% endif %}