Add rel=nofollow to recentchanges_links for the same (weak) reasons it was earlier added to edit links.
parent
d5853f3e33
commit
f0e58faefa
|
@ -131,7 +131,7 @@ sub store ($$$) { #{{{
|
|||
do => "recentchanges_link",
|
||||
page => $_->{page}
|
||||
).
|
||||
"\">".
|
||||
"\" rel=\"nofollow\">".
|
||||
pagetitle($_->{page}).
|
||||
"</a>"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,8 @@ ikiwiki (2.69) UNRELEASED; urgency=low
|
|||
later parsing of any directives on the page.
|
||||
* Fix the link() pagespec to match links that are internally recorded as
|
||||
absolute.
|
||||
* Add rel=nofollow to recentchanges_links for the same (weak) reasons it
|
||||
was earlier added to edit links.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 06 Nov 2008 16:01:00 -0500
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<span class="desc"><br />Changed by:</span>
|
||||
<span class="committer">
|
||||
<TMPL_IF NAME="AUTHORURL">
|
||||
<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR USER></a>
|
||||
<a href="<TMPL_VAR AUTHORURL>" rel="nofollow"><TMPL_VAR USER></a>
|
||||
<TMPL_ELSE>
|
||||
<TMPL_VAR USER>
|
||||
</TMPL_IF>
|
||||
|
|
Loading…
Reference in New Issue