Skip to content

Commit a431ec8

Browse files
committed
added custom favicon and updated standard theme to use it and fixed github logo
1 parent ecd6f2d commit a431ec8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IISExpressWindowsAuthentication />
2222
<IISExpressUseClassicPipelineMode />
2323
<UseGlobalApplicationHostFile />
24-
<TypeScriptToolsVersion>1.6</TypeScriptToolsVersion>
24+
<TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>
2525
</PropertyGroup>
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2727
<DebugSymbols>true</DebugSymbols>
@@ -147,6 +147,7 @@
147147
<Content Include="App_Data\posts\f39c3289-e861-48f7-a4b7-edaaffe6f6dc.xml" />
148148
<Content Include="Content\font-awesome.css" />
149149
<Content Include="Content\font-awesome.min.css" />
150+
<Content Include="Content\images\blog\favicon.ico" />
150151
<Content Include="Content\images\blog\icon-left.svg" />
151152
<Content Include="Content\images\blog\icon-pass.svg" />
152153
<Content Include="Content\images\blog\icon-user.svg" />
@@ -792,6 +793,7 @@
792793
<Content Include="Custom\Themes\Standard\src\fonts\fontawesome-webfont.woff" />
793794
<Content Include="Custom\Themes\Standard\src\fonts\fontawesome-webfont.woff2" />
794795
<Content Include="Custom\Themes\Standard\src\fonts\FontAwesome.otf" />
796+
<None Include="Properties\PublishProfiles\cbuzz blog - File Deploy.pubxml" />
795797
<None Include="Scripts\jquery-2.1.4.intellisense.js" />
796798
<Content Include="Scripts\i18n\angular-locale_aa-dj.js" />
797799
<Content Include="Scripts\i18n\angular-locale_aa-er.js" />
2.49 KB
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
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="~/Content/images/blog/blogengine.ico" type="image/x-icon" />
37+
<link rel="shortcut icon" href="~/Content/images/blog/favicon.ico" type="image/x-icon" />
3838
<style>
3939
body {
4040
background: [CUSTOMFIELD|THEME|Standard|background color left|#232526/];
@@ -64,7 +64,7 @@
6464
<li><a href="[CUSTOMFIELD|THEME|Standard|Linkedin Account|/]" rel="external nofollow"><i class="fa fa-linkedin"></i></a></li>
6565
<li><a href="[CUSTOMFIELD|THEME|Standard|Instagramm Account|/]" rel="external nofollow"><i class="fa fa-instagram"></i></a></li>
6666
<li><a href="[CUSTOMFIELD|THEME|Standard|Youtube Account|/]" rel="external nofollow"><i class="fa fa-youtube"></i></a></li>
67-
<li><a href="[CUSTOMFIELD|THEME|Standard|Github Account|/]" rel="external nofollow"><i class="fa fa-git"></i></a></li>
67+
<li><a href="[CUSTOMFIELD|THEME|Standard|Github Account|/]" rel="external nofollow"><i class="fa fa-github"></i></a></li>
6868
<li><a href="[CUSTOMFIELD|THEME|Standard|Pinterest Account|/]" rel="external nofollow"><i class="fa fa-pinterest"></i></a></li>
6969
</ul>
7070
</div>

0 commit comments

Comments
 (0)