blogging: links in new tab

The links in the same domain should be targetted to the self window, but other website links should be opened in a new tab
pull/3036/head
Yunus Emre Kalkan 5 years ago
parent 3da907f3d4
commit 22b88eeecc

@ -135,4 +135,9 @@
}, 500);
}
$(".post-content a[href^='http']").each(function () {
$(this).attr('target','_blank');
});
})(jQuery);

Loading…
Cancel
Save