From d6d9711b9d834d8b9017a206d9f4e3f816fd7dc4 Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Tue, 20 Jun 2017 14:55:16 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9B=93=20=20Fix=20broken=20tag=20link=20on?= =?UTF-8?q?=20post.hbs=20(#315)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue Top link for tag was missing a `/`. --- post.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.hbs b/post.hbs index a3b35b7..f6c1a3c 100644 --- a/post.hbs +++ b/post.hbs @@ -21,7 +21,7 @@ into the {body} of the default.hbs template --}}
{{#if tags}} - / {{tags.[0].name}} + / {{tags.[0].name}} {{/if}}

{{title}}