Rename extension methods back
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<title>Website is Under Maintainance</title>
|
||||
|
||||
<link rel="stylesheet" href="@WebPath.Combine(backOfficePath.TrimStartExact("~") , "website", "/nonodes.css")" />
|
||||
<link rel="stylesheet" href="@WebPath.Combine(backOfficePath.TrimStart("~") , "website", "/nonodes.css")" />
|
||||
<style type="text/css">
|
||||
body {
|
||||
color:initial;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
<title>Umbraco: No Published Content</title>
|
||||
|
||||
<link rel="stylesheet" href="@WebPath.Combine(backOfficePath.TrimStartExact("~") , "website", "/nonodes.css")" />
|
||||
<link rel="stylesheet" href="@WebPath.Combine(backOfficePath.TrimStart("~") , "website", "/nonodes.css")" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<title>Page Not Found</title>
|
||||
|
||||
<link rel="stylesheet" href="@WebPath.Combine(backOfficePath.TrimStartExact("~") , "website", "/nonodes.css")" />
|
||||
<link rel="stylesheet" href="@WebPath.Combine(backOfficePath.TrimStart("~") , "website", "/nonodes.css")" />
|
||||
<style type="text/css">
|
||||
body {
|
||||
color:initial;
|
||||
|
||||
Reference in New Issue
Block a user