ghost-theme-sd.ai/home.hbs

12 lines
486 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"}}
2023-08-14 02:10:22 +01:00
{{> "components/featured" showFeatured=@custom.highlight_featured_posts limit=4}}
2023-07-31 10:26:56 +01:00
{{/match}}
2023-08-14 02:10:22 +01:00
{{> "components/cta"}}
2023-08-24 13:26:18 +01:00
{{> "components/post-list" feed="home" postFeedStyle=@custom.post_feed_style showTitle=true showSidebar=@custom.show_site_in_sidebar}}