diff --git a/themes/hyde/comment.tmpl b/themes/hyde/comment.tmpl deleted file mode 100644 index 1f17b6f..0000000 --- a/themes/hyde/comment.tmpl +++ /dev/null @@ -1,15 +0,0 @@ -{namespace coleslaw.theme.hyde} - -{template comment} -
  • -
    {$comment.author.name} -

    -
    {$comment.content |noAutoescape}

    -
    - {$comment.timestamp} - | - Permalink -
    -
  • -{/template} diff --git a/themes/hyde/index.tmpl b/themes/hyde/index.tmpl index 7a216e3..4107cd4 100644 --- a/themes/hyde/index.tmpl +++ b/themes/hyde/index.tmpl @@ -25,11 +25,6 @@ {$post.title}
    posted on {$post.date}
    {$post.contents |noAutoescape}
    - {if $count} -
    - {$post.comments} comments -
    - {/if} {/foreach}
    diff --git a/themes/hyde/post.tmpl b/themes/hyde/post.tmpl index a825665..604364c 100644 --- a/themes/hyde/post.tmpl +++ b/themes/hyde/post.tmpl @@ -17,13 +17,4 @@ {if $prev} Previous
    {/if}{\n} {if $next} Next
    {/if}{\n}
    {\n} -{if $comments} -
    -

    {length($comments)} comments

    -
      - {foreach $comment in $comments} - {call comment data="$comment" /}{\n} - {/foreach} -
    -{/if} {/template}