Skip to content

Commit 72ef9b5

Browse files
committed
fix: advise crawlers not to follow pb links
1 parent c24cffc commit 72ef9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ext-html.xql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ declare function pmf:pb-link($config as map(*), $node as node(), $class as xs:st
117117
'Typeset '
118118
default return ''
119119
return
120-
<a href="{ $uri }" id="{ $id }" class="{ $class }" target="_self">
120+
<a href="{ $uri }" id="{ $id }" class="{ $class }" target="_self" rel="nofollow">
121121
[{$label, $config?apply-children($config, $node, $content)}]
122122
</a>
123123
};

0 commit comments

Comments
 (0)