diff --git a/OliverBooth/Pages/Blog/Index.cshtml b/OliverBooth/Pages/Blog/Index.cshtml index 7b8220f..876e06f 100644 --- a/OliverBooth/Pages/Blog/Index.cshtml +++ b/OliverBooth/Pages/Blog/Index.cshtml @@ -21,6 +21,6 @@ @await Html.PartialAsync("Partials/_PageTabs", new ViewDataDictionary(ViewData) { ["UrlRoot"] = "/blog", - ["Page"] = 0, + ["Page"] = 1, ["PageCount"] = BlogPostService.GetPageCount(visibility: Visibility.Published) }) \ No newline at end of file