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:
Franck Nijhof 2018-03-15 22:21:57 +01:00 committed by Paulus Schoutsen
parent e62bb85ba0
commit 23d593c0f4
4 changed files with 40 additions and 2 deletions

View file

@ -24,7 +24,7 @@ layout: compress
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
{% endif %}
{{ content }}
{{ content | nofollow }}
</div>