summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-03 17:36:30 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-03 17:36:30 +0100
commit4f4cdd76d12e396fdf22c22db4716df6045b8fad (patch)
treee6ad7aaeb07291a53e78752b0a46480bd63d3e79 /templates
parentfc11f0949190dfbc8da1585a072027a2894130a7 (diff)
Article template: Fix a typo.
Diffstat (limited to 'templates')
-rw-r--r--templates/article.html2
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>