This commit is contained in:
hodong13 2020-10-12 06:39:18 +00:00
parent af38a870d3
commit 885d622e84
5 changed files with 3 additions and 3 deletions

View File

@ -334,7 +334,7 @@
<Content Include="css\www\common.css" />
<Content Include="css\www\slick.css" />
<Content Include="css\www\style.css" />
<Content Include="favicon.ico" />
<Content Include="faviconx.ico" />
<Content Include="fonts\fontawesome-webfont.svg" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="Global.asax" />

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -223,7 +223,7 @@
<Content Include="css\style.css" />
<Content Include="css\summernote\bootstrap-simplex.css" />
<Content Include="css\summernote\summernote.css" />
<Content Include="favicon.ico" />
<Content Include="faviconx.ico" />
<Content Include="Global.asax" />
<Content Include="ApplicationInsights.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

View File

@ -34,7 +34,7 @@
<meta property="og:url" content="">
<title>@ViewBag.SiteTitle</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/img/faviconx.ico" />
<!-- Favicon -->
<!-- <link rel="apple-touch-icon-precomposed" href="/img/ico/152.png" sizes="152x152" />
<link rel="apple-touch-icon-precomposed" href="/img/ico/144.png" sizes="144x144" />

View File

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 161 KiB