diff --git a/author.hbs b/author.hbs index ed53609..3eff2a5 100644 --- a/author.hbs +++ b/author.hbs @@ -1,10 +1,8 @@ {{!< default}} {{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}} -{{!-- The big featured header --}} - -{{!-- Everything inside the #author tags pulls data from the author --}} {{#author}} +{{!-- Everything inside the #author tags pulls data from the author --}} {{/author}} -{{!-- The main content area on the homepage --}} +{{!-- The main content area --}}
-
{{#foreach posts}} - {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}} {{> "post-card"}} - {{/foreach}}
-
diff --git a/post.hbs b/post.hbs index f36ed5f..fdd4799 100644 --- a/post.hbs +++ b/post.hbs @@ -1,8 +1,8 @@ {{!< default}} + {{!-- The tag above means: insert everything in this file into the {body} of the default.hbs template --}} -{{!-- The big featured header, it uses blog cover image as a BG if available --}}