Create a snippet for pagination.

This commit is contained in:
2026-04-20 09:20:35 +10:00
parent 269d314758
commit 8f19bd924f
2 changed files with 36 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ Kirby::plugin(
"snippets" => [
"navbar/primary" => __DIR__ . "/snippets/navbar/primary.php",
"collection/post" => __DIR__ . "/snippets/collection/post.php",
"page/pagination" => __DIR__ . "/snippets/page/pagination.php",
],
"hooks" => [
/**