Commit 064cff13 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove obvious comment and extra line

parent 7be19db4
...@@ -15,8 +15,6 @@ module Banzai ...@@ -15,8 +15,6 @@ module Banzai
next if link.start_with?(internal_url) next if link.start_with?(internal_url)
node.set_attribute('rel', 'nofollow noreferrer') node.set_attribute('rel', 'nofollow noreferrer')
# Open external links on a new tab
node.set_attribute('target', '_blank') node.set_attribute('target', '_blank')
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment