summaryrefslogtreecommitdiff
path: root/comment.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-06-09 23:01:57 +0200
committerJonas Smedegaard <dr@jones.dk>2018-06-09 23:01:57 +0200
commit9170baeee968e75728a57acd02672f3767c07d7e (patch)
tree72aa534df7f9dc46ca323363e68d2cc51545997c /comment.tmpl
parent171265e398da9eb3bce0ffed6ee3fc09cca601d7 (diff)
Sync with ikiwiki 3.20180311.ikiwiki
Diffstat (limited to 'comment.tmpl')
-rw-r--r--comment.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/comment.tmpl b/comment.tmpl
index c16ca7c..e292440 100644
--- a/comment.tmpl
+++ b/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>