{{!-- This template is used for the author page. --}} {{!-- This block preloads specific assets for the author page --}} {{#contentFor "preload"}} {{/contentFor}} {{!-- This block loads specific styles for the author page --}} {{#contentFor "styles"}} {{/contentFor}} {{!-- The tag below means: insert everything in this file into the {body} of the default.hbs template --}} {{!< default}} {{!-- Special header.hbs partial to generate the
tag --}} {{#author}} {{> header background=cover_image}} {{/author}}
{{!-- Everything inside the #author tags pulls data from the author --}} {{#author}} {{!-- Inject styles of the hero image to make it responsive --}} {{> hero background=cover_image}}
{{#if profile_image}}
{{else}}
{{/if}}

{{name}}

{{#if bio}}

{{bio}}

{{/if}}
{{#has any="twitter, facebook, website"}}
    {{#if website}}
  • {{/if}} {{#if facebook}}
  • {{/if}} {{#if twitter}}
  • {{/if}}
{{/has}}
  • {{plural ../pagination.total empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}}
  • {{#if location}}
  • {{location}}
  • {{/if}}
{{/author}}
{{!-- The tag below iterates over all the posts --}} {{> "loop"}}
{{!-- Links to Previous/Next posts --}} {{pagination}}