From 1a110b541b248d06260702d4ea5607809ea248ec Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Sat, 23 Apr 2011 21:36:45 -0400 Subject: [PATCH] Support Author URLs in comment template. --- themes/hyde/comment.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/hyde/comment.tmpl b/themes/hyde/comment.tmpl index cef874a..1f17b6f 100644 --- a/themes/hyde/comment.tmpl +++ b/themes/hyde/comment.tmpl @@ -2,12 +2,14 @@ {template comment}
  • -
    {$comment.author}

    +
    {$comment.author.name} +

    {$comment.content |noAutoescape}

    {$comment.timestamp} | Permalink -
    +
  • {/template}