This commit is contained in:
Paul Schneider 2023-03-20 20:26:00 +00:00
commit 96a73bcd95
13 changed files with 70 additions and 82 deletions

View file

@ -1,5 +1,5 @@
@{
ViewData["Title"] = About+" "+@SiteSettings.Value.Title;
ViewData["Title"] = "About"
}
<h1>@ViewData["Title"]</h1>
<environment names="freefield,Development">