font: nofollow subsequent page navigation
[sheet.git] / font.plp
index 701957305cdcee045ee06d6b4b0156ffaff9400d..d7892626e8b9792bcbce4cff5362339cdf738948 100644 (file)
--- a/font.plp
+++ b/font.plp
@@ -109,13 +109,13 @@ EOT
        say "<caption>$_</caption>" for join(' ', grep {$_}
                $offset > $pagerows && sprintf('<a rel="start" href="%s=%d">◄</a>', $offsetlink, 0),
                $offset > 0 && sprintf(
-                       '<a rel="prev" href="%s=%d" title="U+%2$04X">◅</a>',
+                       '<a rel="prev nofollow" href="%s=%d" title="U+%2$04X">◅</a>',
                        $offsetlink, $offset - $pagerows,
                ),
                sprintf('U+%04X', $map ? $map->[$offset] : $offset),
                Unicode::UCD::charblock($map ? $map->[$offset] : $offset),
                $offset + $pagerows < ($map ? @{$map} : 0x11_0000) && sprintf(
-                       '<a rel="next" href="%s=%d" title="U+%2$04X">▻</a>',
+                       '<a rel="next nofollow" href="%s=%d" title="U+%2$04X">▻</a>',
                        $offsetlink, $offset + $pagerows,
                ),
        );