add png favicon

ref #68
This commit is contained in:
Collin Barrett 2018-02-15 21:43:05 -06:00
parent 671473482f
commit 9cfa5d6477
4 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,9 @@
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\icon_filterlists.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\logo_filterlists.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>

View file

@ -6,6 +6,7 @@
<title>@ViewData["Title"] - FilterLists</title>
<base href="~/"/>
<meta name="description" content="FilterLists is the independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances. Project by Collin M. Barrett."/>
<link rel="icon" type="image/png" href="icon_filterlists.png">
<link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true"/>
<environment exclude="Development">
<link rel="stylesheet" href="~/dist/site.css" asp-append-version="true"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB