|
|
|
@ -3,7 +3,7 @@
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
|
|
|
|
<link rel="icon" href="~/favicon.ico" asp-append-version="true" />
|
|
|
|
<link rel="icon" href="@SiteSettings.Value.FavIcon" asp-append-version="true" />
|
|
|
|
<title>@ViewData["Title"] - @SiteSettings.Value.Title</title>
|
|
|
|
<title>@ViewData["Title"] - @SiteSettings.Value.Title</title>
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
|
|
|
|
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
|
|
|
|
|