mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
10 lines
229 B
SCSS
10 lines
229 B
SCSS
---
|
|
---
|
|
|
|
$tab-count: {{ site.tabs | size | plus: 1 }}; // plus 1 for home tab
|
|
|
|
$prompt-older: "{{ site.data.label.post.button.previous }}";
|
|
$prompt-newer: "{{ site.data.label.post.button.next }}";
|
|
|
|
@import "jekyll-theme-chirpy";
|