[backend/razor] Use new favicon
This commit is contained in:
parent
ef753be067
commit
3119c08a11
4 changed files with 6 additions and 5 deletions
|
@ -7,8 +7,8 @@
|
|||
<UseCurrentRuntimeIdentifier>true</UseCurrentRuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="..\Iceshrimp.Build\Iceshrimp.Build.props"/>
|
||||
<Import Project="..\Iceshrimp.Build\Iceshrimp.Build.targets"/>
|
||||
<Import Project="..\Iceshrimp.Build\Iceshrimp.Build.props" />
|
||||
<Import Project="..\Iceshrimp.Build\Iceshrimp.Build.targets" />
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Iceshrimp.Build\Iceshrimp.Build.csproj" PrivateAssets="all" Private="false" />
|
||||
|
@ -48,6 +48,7 @@
|
|||
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
|
||||
<PackageReference Include="System.Text.Json" Version="9.0.0" />
|
||||
<PackageReference Include="Ulid" Version="1.3.4" />
|
||||
<PackageReference Include="Iceshrimp.Assets.Branding" Version="1.0.1" />
|
||||
<PackageReference Include="Iceshrimp.AssemblyUtils" Version="1.0.3" />
|
||||
<PackageReference Include="Iceshrimp.MimeTypes" Version="1.0.1" />
|
||||
<PackageReference Include="Iceshrimp.WebPush" Version="2.1.0" />
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<link rel="stylesheet" href="~/Iceshrimp.Backend.styles.css"/>
|
||||
<link rel="stylesheet" href="~/css/default.css"/>
|
||||
@* ReSharper disable once Html.PathError *@
|
||||
<link rel="icon" type="image/png" href="~/favicon.png"/>
|
||||
<link rel="icon" type="image/png" href="~/_content/Iceshrimp.Assets.Branding/favicon.png"/>
|
||||
<style>
|
||||
.float-right {
|
||||
float: right;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<VersionedLink rel="stylesheet" href="/Iceshrimp.Backend.styles.css"/>
|
||||
<VersionedLink rel="stylesheet" href="/css/default.css"/>
|
||||
<VersionedLink rel="icon" type="image/png" href="/favicon.png"/>
|
||||
<VersionedLink rel="icon" type="image/png" href="/_content/Iceshrimp.Assets.Branding/favicon.png"/>
|
||||
<HeadOutlet/>
|
||||
<PageTitle>@(_instanceName ?? "Iceshrimp.NET")</PageTitle>
|
||||
</head>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<link rel="stylesheet" href="~/Iceshrimp.Backend.styles.css"/>
|
||||
<link rel="stylesheet" href="~/css/default.css"/>
|
||||
@* ReSharper disable once Html.PathError *@
|
||||
<link rel="icon" type="image/png" href="~/favicon.png"/>
|
||||
<link rel="icon" type="image/png" href="~/_content/Iceshrimp.Assets.Branding/favicon.png"/>
|
||||
@await RenderSectionAsync("styles", false)
|
||||
@await RenderSectionAsync("head", false)
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue