We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
field: site,且设置域名白名单时,有些页面的外链依然不会添加 rel="external nofollow" 比如关于页上添加的外链,渲染时并不会添加。 而 hexo-autonofollow 插件 全站默认除了白名单域名的链接一律添加 rel="external nofollow" 。
有点强迫症的我,希望得到您的回复!!!
The text was updated successfully, but these errors were encountered:
我的关于页上有Github的链接和邮箱链接。 使用hexo-autonofollow插件时
<a rel="external nofollow noopener noreferrer" target="_blank" class="text-value-url" href="https://github.com/Senorui">@Senorui</a> & <a rel="external nofollow noopener noreferrer" target="_blank" class="text-value-url" href="mailto:[email protected]">[email protected]</a>
而使用此插件时
<a rel="noopener noreferrer" target="_blank" class="text-value-url" href="https://github.com/Senorui">@Senorui</a> & <a rel="noopener noreferrer" target="_blank" class="text-value-url" href="mailto:[email protected]">[email protected]</a>
并不能添加 rel =“ external nofollow” 。
Sorry, something went wrong.
No branches or pull requests
field: site,且设置域名白名单时,有些页面的外链依然不会添加 rel="external nofollow"
比如关于页上添加的外链,渲染时并不会添加。
而 hexo-autonofollow 插件 全站默认除了白名单域名的链接一律添加 rel="external nofollow" 。
有点强迫症的我,希望得到您的回复!!!
The text was updated successfully, but these errors were encountered: