1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Add a hook for custom variables (fix #355)

This commit is contained in:
Cotes Chung
2021-07-04 21:01:11 +08:00
parent 5f1e6e9350
commit c98a41317f
5 changed files with 38 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
---
---
// see: /_sass/addon/commons.scss
$tab-count: {{ site.tabs | size | plus: 1 }}; // plus 1 for home tab
{% include_relative variables-hook.scss %}
@import "jekyll-theme-chirpy";