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}}