Rename recent posts setting

This commit is contained in:
Sodbileg Gansukh 2022-05-19 21:47:14 +08:00
parent c74be0e346
commit 082cadf640
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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.