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

19 lines
384 B
Handlebars

{{!--
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}}