bifocal/node_modules/@tryghost/shared-theme-assets/partials/header.hbs

19 lines
384 B
Handlebars
Raw Normal View History

2024-06-19 09:56:58 -04:00
{{!--
Parameters:
* layout (wide, side)
* background (color, image)
* action (button, email, search)
--}}
{{#if @site.description}}
{{> components/header-content}}
{{else}}
{{#if @site.cover_image}}
{{> components/header-content}}
{{else}}
{{#if action}}
{{> components/header-content}}
{{/if}}
{{/if}}
{{/if}}