mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 01:30:18 -04:00

Add a configuration option "noreferrerLinks". When set to "true" the "HTML_NOREFERRER_LINKS" flag is being passed to Blackfriday. Thereby all *absolute* links will get a "noreferrer" value for their "rel" attribute. See #4722