diff --git a/OliverBooth/Pages/Blog/Index.cshtml b/OliverBooth/Pages/Blog/Index.cshtml index 518bab7..be94910 100644 --- a/OliverBooth/Pages/Blog/Index.cshtml +++ b/OliverBooth/Pages/Blog/Index.cshtml @@ -2,11 +2,7 @@ @model OliverBooth.Pages.Blog.Index
-
-
-

Loading...

-
-
+ @await Html.PartialAsync("_LoadingSpinner")
+ + @await RenderSectionAsync("Scripts", required: false) \ No newline at end of file diff --git a/OliverBooth/Pages/Shared/_LoadingSpinner.cshtml b/OliverBooth/Pages/Shared/_LoadingSpinner.cshtml new file mode 100644 index 0000000..9b421f3 --- /dev/null +++ b/OliverBooth/Pages/Shared/_LoadingSpinner.cshtml @@ -0,0 +1,5 @@ +
+
+

Loading...

+
+
\ No newline at end of file