fix: add missing _ViewStart to inherit shared layout
This commit is contained in:
parent
19a398d694
commit
2844904723
3
OliverBooth/Areas/Blog/Pages/_ViewStart.cshtml
Normal file
3
OliverBooth/Areas/Blog/Pages/_ViewStart.cshtml
Normal file
@ -0,0 +1,3 @@
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
}
|
Loading…
Reference in New Issue
Block a user