File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
BlogEngine/BlogEngine.NET Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 21
21
<IISExpressWindowsAuthentication />
22
22
<IISExpressUseClassicPipelineMode />
23
23
<UseGlobalApplicationHostFile />
24
- <TypeScriptToolsVersion >1.6 </TypeScriptToolsVersion >
24
+ <TypeScriptToolsVersion >1.8 </TypeScriptToolsVersion >
25
25
</PropertyGroup >
26
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27
27
<DebugSymbols >true</DebugSymbols >
147
147
<Content Include =" App_Data\posts\f39c3289-e861-48f7-a4b7-edaaffe6f6dc.xml" />
148
148
<Content Include =" Content\font-awesome.css" />
149
149
<Content Include =" Content\font-awesome.min.css" />
150
+ <Content Include =" Content\images\blog\favicon.ico" />
150
151
<Content Include =" Content\images\blog\icon-left.svg" />
151
152
<Content Include =" Content\images\blog\icon-pass.svg" />
152
153
<Content Include =" Content\images\blog\icon-user.svg" />
792
793
<Content Include =" Custom\Themes\Standard\src\fonts\fontawesome-webfont.woff" />
793
794
<Content Include =" Custom\Themes\Standard\src\fonts\fontawesome-webfont.woff2" />
794
795
<Content Include =" Custom\Themes\Standard\src\fonts\FontAwesome.otf" />
796
+ <None Include =" Properties\PublishProfiles\cbuzz blog - File Deploy.pubxml" />
795
797
<None Include =" Scripts\jquery-2.1.4.intellisense.js" />
796
798
<Content Include =" Scripts\i18n\angular-locale_aa-dj.js" />
797
799
<Content Include =" Scripts\i18n\angular-locale_aa-er.js" />
Original file line number Diff line number Diff line change 34
34
<script type="text/javascript" src="<%# Utils.ApplicationRelativeWebRoot %>scripts/syntaxhighlighter/scripts/shAutoloader.js"></script>
35
35
<script type="text/javascript" src="<%# Utils.ApplicationRelativeWebRoot %>scripts/syntaxhighlighter/shActivator.js"></script>
36
36
<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" />
38
38
<style>
39
39
body {
40
40
background: [CUSTOMFIELD|THEME|Standard|background color left|#232526/];
64
64
<li><a href="[CUSTOMFIELD|THEME|Standard|Linkedin Account|/]" rel="external nofollow"><i class="fa fa-linkedin"></i></a></li>
65
65
<li><a href="[CUSTOMFIELD|THEME|Standard|Instagramm Account|/]" rel="external nofollow"><i class="fa fa-instagram"></i></a></li>
66
66
<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>
68
68
<li><a href="[CUSTOMFIELD|THEME|Standard|Pinterest Account|/]" rel="external nofollow"><i class="fa fa-pinterest"></i></a></li>
69
69
</ul>
70
70
</div>
You can’t perform that action at this time.
0 commit comments