diff --git a/javascripts/discourse/connectors/above-main-container-outlet/welcome-banner.hbs b/javascripts/discourse/connectors/above-main-container-outlet/welcome-banner.hbs index 2e07c70..3f01c4b 100644 --- a/javascripts/discourse/connectors/above-main-container-outlet/welcome-banner.hbs +++ b/javascripts/discourse/connectors/above-main-container-outlet/welcome-banner.hbs @@ -1,16 +1,16 @@ -{{#if theme.enable_welcome_banner}} -{{#unless (eq theme.banner_position "below_header")}} +{{#if this.theme.enable_welcome_banner}} +{{#unless (eq this.theme.banner_position "below_header")}}

- {{{theme.hero_title_html}}} + {{{this.theme.hero_title_html}}}

- {{{theme.hero_content_html}}} + {{{this.theme.hero_content_html}}}
- {{#if theme.enable_hero_search}} + {{#if this.theme.enable_hero_search}}
{{/if}}
@@ -18,104 +18,104 @@