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

@ -105,7 +105,7 @@ into the {body} tag of the default.hbs template --}}
{{!-- 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
so that people have something else to read when they finish this one.