use pipe and not dash in title

This commit is contained in:
Tommy Parnell
2022-03-04 22:51:53 -05:00
parent 2a32bd1911
commit 7e161d8d33

View File

@@ -15,7 +15,7 @@
<link rel="alternate" type="application/atom+xml" title="RSS" href="/rss.xml">
<link rel="manifest" href="~/manifest.json" asp-append-version="true">
<link asp-append-version="true" rel="icon" href="~/favicon.ico" />
<title>@ViewData["Title"] - @config.Title</title>
<title>@ViewData["Title"] | @config.Title</title>
@if(amp)
{
@Html.Raw(boilerplate);