Unverified Commit fc79d924 authored by Lukáš Hrdlička's avatar Lukáš Hrdlička Committed by GitHub

feat: open external link in new tab (#1453)

parent f72cf664
......@@ -113,6 +113,7 @@ module.exports = {
}
} else {
$(elm).addClass(`is-external-link`)
$(elm).attr('target', '_blank')
}
// -> Update element
......
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