2021-01-23 08:20:58 +03:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2021-07-06 21:00:47 +03:00
|
|
|
{% comment %} include the variables-hook if it exists {% endcomment %}
|
2021-01-23 08:20:58 +03:00
|
|
|
|
2021-07-06 21:00:47 +03:00
|
|
|
{% assign hook = 'variables-hook.scss' %}
|
|
|
|
{% assign _hook_path = hook | prepend: '/assets/css/' %}
|
|
|
|
{% assign _hook_obj = site.static_files | where: 'path', _hook_path | first %}
|
|
|
|
|
|
|
|
{% if _hook_obj %}
|
|
|
|
{% include_relative {{ hook }} %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
|
|
|
|
// append your custom style below
|