refactor: add day to article route
This commit is contained in:
parent
cebaac553c
commit
e5f01f66a9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user