Fix unreadable title tag and add missing favicon on Bewerbung page
Deploy Staging / deploy (push) Successful in 2m33s
Deploy Staging / deploy (push) Successful in 2m33s
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>@ViewData["Title"]</title>
|
||||
<title>@Html.Raw(ViewData["Title"])</title>
|
||||
<link rel="icon" type="image/png" href="~/images/fav-icon/icon.png" />
|
||||
|
||||
<link rel="stylesheet" href="~/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="~/css/owl.carousel.min.css" />
|
||||
|
||||
Reference in New Issue
Block a user