Skip to content

Commit bc1c8c8

Browse files
committed
small fixes in standard theme
1 parent 869d2f9 commit bc1c8c8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/site.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<script type="text/javascript" src="<%# Utils.ApplicationRelativeWebRoot %>scripts/syntaxhighlighter/scripts/shAutoloader.js"></script>
3535
<script type="text/javascript" src="<%# Utils.ApplicationRelativeWebRoot %>scripts/syntaxhighlighter/shActivator.js"></script>
3636
<asp:ContentPlaceHolder ID="HeadContent" runat="server"></asp:ContentPlaceHolder>
37-
<link rel="shortcut icon" href="~/favicon.ico" type="image/x-icon" />
37+
<link rel="shortcut icon" href="~/Content/images/blog/blogengine.ico" type="image/x-icon" />
3838
<style>
3939
body {
4040
background: [CUSTOMFIELD|THEME|Standard|background color left|#232526/];

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/js/custom.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
var adminNav = $(".item-admin");
6767
var adminAlert = $(".admin-alerts-true");
6868
var adminName = $(".post-author a").html();
69-
70-
console.log(adminName);
7169
var adminAlertHtml = '<div class="support-theme visible-md visible-lg alert alert-info clearfix"><p class="pull-left">Hi ' + adminName + ', You can read <a href="http://francis.bio/notes/blogengine-standard-2016-theme/" target="_blank" rel="nofollow"><b>This Article</b></a> that will help you customize this theme easily.</p><a href="admin/#/custom/themes" class="pull-right visible-lg"><i class="fa fa-times" data-toggle="tooltip" data-placement="left" title="remove from theme options"></i></a></div>';
7270
if (adminNav.length && adminAlert.length && (location.pathname == '/' || location.pathname == '/default.aspx')) {
7371
adminAlert.prepend(adminAlertHtml);

0 commit comments

Comments
 (0)