{{! facebook and twitter meta data config partial}}
{{> open-graph-twitter}}
{{!< default}}
{{! The tag above means - insert everything in this file into the {body} of the default.hbs template }}
{{! The big featured header }}
{{#if @blog.logo}}
{{/if}}
{{@blog.title}}
{{@blog.description}}
{{! The main content area on the homepage }}
All posts tagged in: {{tag.name}}
{{! The tag below includes the post loop - partials/loop.hbs }}
{{> "loop"}}