9 lines
229 B
SCSS
9 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";
|