You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
This was briefly mentioned in #92 here, but I decided to open a separate issue.
We need to put
rel="nofollow"
on all external links in our articles for better SEO. Currently, Kirby only addsrel="noopener noreferrer"
.What's worse is that even if I add
nofollow
manually in the TXT file, it gets removed when I save the article later in the panel.Currently, I add
nofollow
with a customparagraph.php
snippet:...but it would be nice to be able to select whether you want
nofollow
or not.The text was updated successfully, but these errors were encountered: