diff --git a/OliverBooth/Pages/Blog/Article.cshtml b/OliverBooth/Pages/Blog/Article.cshtml index 0015727..3129637 100644 --- a/OliverBooth/Pages/Blog/Article.cshtml +++ b/OliverBooth/Pages/Blog/Article.cshtml @@ -1,4 +1,4 @@ -@page "/blog/{year:int}/{month:int}/{slug}" +@page "/blog/{year:int}/{month:int}/{day:int}/{slug}" @model OliverBooth.Pages.Blog.Article @if (Model.Post is { } post)