fix: add missing _View* files
This commit is contained in:
parent
5ecd915d72
commit
904ea689a6
2
OliverBooth.Blog/Pages/_ViewImports.cshtml
Normal file
2
OliverBooth.Blog/Pages/_ViewImports.cshtml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@namespace OliverBooth.Blog.Pages
|
||||||
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
3
OliverBooth.Blog/Pages/_ViewStart.cshtml
Normal file
3
OliverBooth.Blog/Pages/_ViewStart.cshtml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@{
|
||||||
|
Layout = "_Layout";
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user