Create a snippet for displaying a card style "post".

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

View File

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