diff --git a/OliverBooth/Areas/Blog/Pages/_ViewStart.cshtml b/OliverBooth/Areas/Blog/Pages/_ViewStart.cshtml new file mode 100644 index 0000000..1af6e49 --- /dev/null +++ b/OliverBooth/Areas/Blog/Pages/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_Layout"; +} \ No newline at end of file