diff --git a/index.hbs b/index.hbs
index 429bd883..603adb23 100644
--- a/index.hbs
+++ b/index.hbs
@@ -32,12 +32,14 @@
{{#if @custom.secondary_header}}
{{{@custom.secondary_header}}}
{{/if}}
- {{#unless @member}}
-
- jamie@example.com
- Subscribe
-
- {{/unless}}
+ {{#if @site.members_enabled}}
+ {{#unless @member}}
+
+ jamie@example.com
+ Subscribe
+
+ {{/unless}}
+ {{/if}}
@@ -51,4 +53,4 @@
-{{#contentFor "body_class"}}{{#match @custom.header_section_layout "Side by side"}} has-side-about{{/match}}{{#match @custom.header_section_layout "Large background"}}{{#if @site.cover_image}} is-head-transparent has-background-about{{else}} has-side-about{{/if}}{{/match}}{{#match @custom.header_section_layout "Typographic profile"}}{{#if @site.icon}} has-typographic-about{{else}} has-side-about{{/if}}{{/match}}{{/contentFor}}
\ No newline at end of file
+{{#contentFor "body_class"}}{{#match @custom.header_section_layout "Side by side"}} has-side-about{{/match}}{{#match @custom.header_section_layout "Large background"}}{{#if @site.cover_image}} is-head-transparent has-background-about{{else}} has-side-about{{/if}}{{/match}}{{#match @custom.header_section_layout "Typographic profile"}}{{#if @site.icon}} has-typographic-about{{else}} has-side-about{{/if}}{{/match}}{{/contentFor}}