diff --git a/OliverBooth.Blog/Pages/_ViewImports.cshtml b/OliverBooth.Blog/Pages/_ViewImports.cshtml new file mode 100644 index 0000000..b7624fb --- /dev/null +++ b/OliverBooth.Blog/Pages/_ViewImports.cshtml @@ -0,0 +1,2 @@ +@namespace OliverBooth.Blog.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers \ No newline at end of file diff --git a/OliverBooth.Blog/Pages/_ViewStart.cshtml b/OliverBooth.Blog/Pages/_ViewStart.cshtml new file mode 100644 index 0000000..d641c67 --- /dev/null +++ b/OliverBooth.Blog/Pages/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_Layout"; +} \ No newline at end of file