diff --git a/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/site.master b/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/site.master index 6fcac43d9..e237358e5 100644 --- a/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/site.master +++ b/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/site.master @@ -50,7 +50,7 @@ diff --git a/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/src/img/logo.png b/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/src/img/logo.png index 269eab83a..27172d5a4 100644 Binary files a/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/src/img/logo.png and b/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/src/img/logo.png differ diff --git a/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/src/js/custom.js b/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/src/js/custom.js index abca454c2..fc73b91d4 100644 --- a/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/src/js/custom.js +++ b/BlogEngine/BlogEngine.NET/Custom/Themes/Standard-2017/src/js/custom.js @@ -67,15 +67,6 @@ $(".blog-logo img").hide(); } - // support theme - var adminNav = $(".item-admin"); - var adminAlert = $(".admin-alerts-true"); - var adminName = $(".post-author a").html(); - var adminAlertHtml = '
Hi ' + adminName + ', You can read This Article that will help you customize this theme easily.