]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/tag.pm
web commit by http://natalian.org/
[ikiwiki.git] / IkiWiki / Plugin / tag.pm
index 48ed1a8f87eb67ae74302484d49942a468a7a7f4..bae8e14327d5e2761e01a8aeddd33566e0741c04 100644 (file)
@@ -60,7 +60,8 @@ sub pagetemplate (@) { #{{{
 
        $template->param(tags => [
                map { 
-                       link => htmllink($page, $destpage, tagpage($_))
+                       link => htmllink($page, $destpage, tagpage($_),
+                                       rel => "tag")
                }, sort keys %{$tags{$page}}
        ]) if exists $tags{$page} && %{$tags{$page}} && $template->query(name => "tags");