From 3f2160c7f5431204800a14466f1ae9fefa3c412b Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 20 Nov 2015 16:24:26 +0100 Subject: [PATCH] Tag view similar to index view --- index.hbs | 14 ++------------ tag.hbs | 15 ++++++--------- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/index.hbs b/index.hbs index 31cdaadc..a8e2eeaf 100755 --- a/index.hbs +++ b/index.hbs @@ -1,6 +1,6 @@ {{!< default}} -

Writtings.

+

Writtings.

    {{#foreach posts}}
  1. @@ -10,15 +10,5 @@
  2. {{/foreach}}
-{{pagination}} - -{{!-- -

{{{title}}}

-

{{excerpt}}…

-
-
- - {{tags prefix="on " separator=" "}} -
-
--}} +{{pagination}} diff --git a/tag.hbs b/tag.hbs index 308a2418..cde112d7 100755 --- a/tag.hbs +++ b/tag.hbs @@ -1,15 +1,12 @@ {{!< default}} -

Tag: {{tag.name}}

-
    + +

    Tag: {{tag.name}}.

    +
      {{#foreach posts}}
    1. -

      {{{title}}}

      -

      {{excerpt}}…

      -
      - - {{tags prefix="on " separator=" "}} -
      -
      + + {{title}} + {{tags separator=" "}}
    2. {{/foreach}}