Adds rel nofollow to external links (#4918)
* ✨ Adds rel nofollow to external links Fixes #4583 Signed-off-by: Franck Nijhof <frenck@geekchimp.com> * 🎀 Adds support for appending nofollow to existing external links
This commit is contained in:
parent
e62bb85ba0
commit
23d593c0f4
4 changed files with 40 additions and 2 deletions
|
@ -24,7 +24,7 @@ layout: compress
|
|||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
{% endif %}
|
||||
|
||||
{{ content }}
|
||||
{{ content | nofollow }}
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue