mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-12 19:38:04 +00:00
Rename recent posts setting
This commit is contained in:
parent
c74be0e346
commit
082cadf640
@ -160,7 +160,7 @@
|
|||||||
"default": "Sign up for more like this.",
|
"default": "Sign up for more like this.",
|
||||||
"group": "post"
|
"group": "post"
|
||||||
},
|
},
|
||||||
"show_recent_posts": {
|
"show_recent_posts_footer": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
"group": "post"
|
"group": "post"
|
||||||
|
2
post.hbs
2
post.hbs
@ -105,7 +105,7 @@ into the {body} tag of the default.hbs template --}}
|
|||||||
|
|
||||||
|
|
||||||
{{!-- Read more links, just above the footer --}}
|
{{!-- Read more links, just above the footer --}}
|
||||||
{{#if @custom.show_recent_posts}}
|
{{#if @custom.show_recent_posts_footer}}
|
||||||
{{!-- The {#get} helper below fetches some of the latest posts here
|
{{!-- The {#get} helper below fetches some of the latest posts here
|
||||||
so that people have something else to read when they finish this one.
|
so that people have something else to read when they finish this one.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user