ghost-theme-sd.ai/home.hbs

18 lines
580 B
Handlebars
Raw Normal View History

2023-07-31 10:26:56 +01:00
{{!< default}}
{{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}}
{{> "components/header" headerStyle=@custom.header_style}}
{{#match @custom.header_style "!=" "Highlight"}}
{{> "components/featured" showFeatured=@custom.show_featured limit=4}}
{{/match}}
2023-08-07 12:58:36 +01:00
{{#match @custom.header_style "!=" "Landing"}}
{{#match @custom.header_style "!=" "Search"}}
{{#match @custom.header_style "!=" "Off"}}
{{> "components/cta"}}
{{/match}}
{{/match}}
{{/match}}
2023-07-31 10:26:56 +01:00
{{> "components/post-list" postListStyle=@custom.post_list_style}}