diff --git a/package.json b/package.json index 291720b..830b919 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "default": "Sign up for more like this.", "group": "post" }, - "show_recent_posts": { + "show_recent_posts_footer": { "type": "boolean", "default": true, "group": "post" diff --git a/post.hbs b/post.hbs index 36d68a8..eb4c08b 100644 --- a/post.hbs +++ b/post.hbs @@ -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.