diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/detail.js b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/detail.js index bd0ca4938e..0527ec20db 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/detail.js +++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/detail.js @@ -135,4 +135,9 @@ }, 500); } + + $(".post-content a[href^='http']").each(function () { + $(this).attr('target','_blank'); + }); + })(jQuery);