Add CommentPage widget

This commit is contained in:
joyqi
2022-04-07 12:55:19 +08:00
parent 22a8ad362e
commit a74206a89e
5 changed files with 76 additions and 70 deletions
+2 -2
View File
@@ -205,8 +205,8 @@ function install_get_default_routers(): array
'comment_page' =>
[
'url' => '[permalink:string]/comment-page-[commentPage:digital]',
'widget' => '\Widget\Archive',
'action' => 'render',
'widget' => '\Widget\CommentPage',
'action' => 'action',
],
'feed' =>
[