From 71e333fb632361257b52dc37a941333db9a627fa Mon Sep 17 00:00:00 2001 From: Damillora Date: Tue, 12 Nov 2019 00:02:59 +0700 Subject: [PATCH] Revise header layout --- author.hbs | 6 ++++-- page.hbs | 4 +++- post.hbs | 4 +++- tag.hbs | 4 +++- 4 files changed, 13 insertions(+), 5 deletions(-) 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}}