[backend/razor] Add error code to ErrorPage title
This commit is contained in:
parent
4af69a6afa
commit
70c692e1cb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>@("Error - Iceshrimp.NET")</title>
|
||||
<title>@($"Error {Model.Error.StatusCode} - Iceshrimp.NET")</title>
|
||||
@* ReSharper disable once Html.PathError *@
|
||||
<link rel="stylesheet" href="~/Iceshrimp.Backend.styles.css"/>
|
||||
<link rel="stylesheet" href="~/css/default.css"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue