refactor: add day to article route

This commit is contained in:
Oliver Booth 2023-08-08 00:21:22 +01:00
parent cebaac553c
commit e5f01f66a9
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 1 additions and 1 deletions

View File

@ -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)