Add arobase

This commit is contained in:
Robbie Trencheny 2020-04-28 23:44:38 -07:00 committed by GitHub
commit a50d313432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@
@{
if (customization.ApplicationUrl.HasValue())
{
<meta property="og:url" content="customization.ApplicationUrl" />
<meta property="og:url" content="@customization.ApplicationUrl" />
}
}
<base href="/@baseUrl" />