ghost-theme-sd.ai/index.hbs

12 lines
407 B
Handlebars
Raw Normal View History

2023-07-05 13:43:09 +01:00
{{!< default}}
2023-07-13 07:56:13 +01:00
{{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}}
{{> "components/header" headerStyle=@custom.header_style}}
2023-07-26 09:03:19 +01:00
{{#match @custom.header_style "!=" "Highlight"}}
{{> "components/featured" showFeatured=@custom.show_featured limit=4}}
{{/match}}
{{> "components/cta"}}
2023-07-13 07:56:13 +01:00
{{> "components/post-list" postListStyle=@custom.post_list_style}}