mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Add configurable label to post-nav button.
This commit is contained in:
parent
021311974f
commit
6102d79e6e
@ -12,5 +12,8 @@ panel:
|
||||
|
||||
post:
|
||||
relate_posts: "Further Reading"
|
||||
button:
|
||||
next: Newer
|
||||
previous: Older
|
||||
|
||||
search_hint: "Search" # text show on search bar
|
@ -27,8 +27,8 @@
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
$prompt-older: "Older";
|
||||
$prompt-newer: "Newer";
|
||||
$prompt-older: "{{ site.data.label.post.button.previous }}";
|
||||
$prompt-newer: "{{ site.data.label.post.button.next }}";
|
||||
|
||||
.post-navigation {
|
||||
padding-top: 3rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user