@@ -126,7 +127,7 @@
@Localizer["Filter fixtures for this team"]
-
@Localizer["Print match report sheet"]
+
@Localizer["Print match report sheet"]
@Localizer["Edit fixture"]
@@ -185,7 +186,7 @@
{
}
+@section meta
+{
}
diff --git a/League/Views/Match/Results.cshtml b/League/Views/Match/Results.cshtml
index 91d2453c..c4a099e7 100644
--- a/League/Views/Match/Results.cshtml
+++ b/League/Views/Match/Results.cshtml
@@ -269,3 +269,7 @@
//]]>
}
+@section meta
+{
+
+}
diff --git a/League/Views/Shared/_Layout.cshtml b/League/Views/Shared/_Layout.cshtml
index 4d15a94e..606bb0e0 100644
--- a/League/Views/Shared/_Layout.cshtml
+++ b/League/Views/Shared/_Layout.cshtml
@@ -9,6 +9,7 @@
+ @await RenderSectionAsync("meta", required: false)
@ViewData["Title"]
@if (ViewData.Description() != null)
{