diff --git a/author.hbs b/author.hbs index 06634c6..e475ea4 100644 --- a/author.hbs +++ b/author.hbs @@ -9,12 +9,13 @@
-
+
+

Author

-
+
{{#if profile_image}}
{{name}} @@ -46,6 +47,7 @@

{{bio}}

{{/if}}
+
{{/author}} diff --git a/page.hbs b/page.hbs index 7b08824..e1e10c3 100644 --- a/page.hbs +++ b/page.hbs @@ -7,7 +7,8 @@
-
+
+
{{#if primary_tag}} {{#primary_tag}}
@@ -18,6 +19,7 @@

{{title}}

+
{{> "site-header"}} diff --git a/post.hbs b/post.hbs index 591714c..ca603d1 100644 --- a/post.hbs +++ b/post.hbs @@ -7,7 +7,8 @@
-
+
+
{{#if primary_tag}} {{#primary_tag}}
@@ -37,6 +38,7 @@

{{#has author="count:>2"}}Multiple authors{{else}}{{authors}}{{/has}}

+
{{> "site-header"}} diff --git a/tag.hbs b/tag.hbs index 4e89994..0356c54 100644 --- a/tag.hbs +++ b/tag.hbs @@ -9,7 +9,8 @@
-
+
+

Tag

@@ -23,6 +24,7 @@

A collection of {{plural ../pagination.total empty='posts' singular='% post' plural='% posts'}}

{{/if}}
+
{{/tag}}