From 21bdffbd8ab0fb416c1c89ec944606ebc1eab745 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Thu, 10 Jun 2021 13:32:41 +0800 Subject: [PATCH] Fix header element inside header --- tag.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tag.hbs b/tag.hbs index cd2d094..57c3e65 100644 --- a/tag.hbs +++ b/tag.hbs @@ -7,7 +7,7 @@
{{#tag}} -
+
{{#if feature_image}}
{{!-- This is a responsive image, it loads different sizes depending on device @@ -30,7 +30,7 @@
Tagged

{{name}}

-
+

{{#if description}} {{description}} @@ -38,11 +38,11 @@ A collection of {{plural ../pagination.total empty='zero posts' singular='% post' plural='% posts'}} {{/if}}

-
+
{{!--/.post-card-content--}} - + {{/tag}} {{#foreach posts}}