diff options
-rw-r--r-- | templates/article.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/article.html b/templates/article.html index 24b5b17..e56ab7d 100644 --- a/templates/article.html +++ b/templates/article.html @@ -29,7 +29,7 @@ | <a href="{comment-feed|html-attr-value}">{comment-feed-label|html}</a> | - <a href="{comment-feed|html-attr-value}">{comments-label|html}</a> + <a href="{comments-link|html-attr-value}">{comments-label|html}</a> </footer> </div> </article> |