diff --git a/author.hbs b/author.hbs new file mode 100644 index 0000000..f53da4b --- /dev/null +++ b/author.hbs @@ -0,0 +1,71 @@ +{{!< default}} + +{{#author}} +
+ {{#if cover_image}} +
+ {{name}}'s cover image +
+
+ {{/if}} + +
+ {{#if profile_image}} +
+ {{name}}'s avatar +
+ {{/if}} + +

{{name}}

+ +
+ {{#if location}} + + + {{location}} + + {{/if}} + {{#if website}} + + + Website + + {{/if}} + {{#if twitter}} + + + Twitter + + {{/if}} + {{#if facebook}} + + + Facebook + + {{/if}} +
+ + {{#if bio}} +

+ {{bio}} +

+ {{/if}} + +
+ + {{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}} + +
+
+
+{{/author}} + +
+
+ {{#foreach posts}} + {{> "post-card"}} + {{/foreach}} +
+ + {{pagination}} +