aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2017-01-09 11:38:16 +0000
committerSimon McVittie <smcv@debian.org>2017-01-09 13:07:24 +0000
commit99258ea40516ffb1e9b8d777f3a26f30bbe478c3 (patch)
treee310ac8267a6c9024f1bba4956ce2fe7808a32f9 /templates
parent9e7f0a6c59ec89c32af64d1577e314dd68b8e7f6 (diff)
downloadikiwiki-99258ea40516ffb1e9b8d777f3a26f30bbe478c3.tar
ikiwiki-99258ea40516ffb1e9b8d777f3a26f30bbe478c3.tar.gz
Use rel=nofollow microformat for comment authors
Diffstat (limited to 'templates')
-rw-r--r--templates/comment.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/comment.tmpl b/templates/comment.tmpl
index c16ca7c81..e2924407b 100644
--- a/templates/comment.tmpl
+++ b/templates/comment.tmpl
@@ -22,12 +22,12 @@
Comment by
<TMPL_IF COMMENTOPENID>
<span class="author" title="OpenID">
-<a href="<TMPL_VAR COMMENTOPENID>"><TMPL_VAR COMMENTAUTHOR></a>
+<a rel="nofollow" href="<TMPL_VAR COMMENTOPENID>"><TMPL_VAR COMMENTAUTHOR></a>
</span>
<TMPL_ELSE>
<span class="author" title="Signed in">
<TMPL_IF COMMENTAUTHORURL>
-<a href="<TMPL_VAR COMMENTAUTHORURL>"><TMPL_VAR COMMENTAUTHOR></a>
+<a rel="nofollow" href="<TMPL_VAR COMMENTAUTHORURL>"><TMPL_VAR COMMENTAUTHOR></a>
<TMPL_ELSE>
<TMPL_VAR COMMENTAUTHOR>
</TMPL_IF>
@@ -42,7 +42,7 @@ Comment by
<span class="author" title="Unauthenticated, from unknown IP address">
</TMPL_IF>
<TMPL_IF AUTHORURL>
-<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR AUTHOR></a>
+<a rel="nofollow" href="<TMPL_VAR AUTHORURL>"><TMPL_VAR AUTHOR></a>
<TMPL_ELSE>
<TMPL_VAR AUTHOR>
</TMPL_IF>