diff --git a/index.php b/index.php index ed53b9e..c3715be 100644 --- a/index.php +++ b/index.php @@ -30,6 +30,7 @@ Kirby::plugin( ], "snippets" => [ "navbar/primary" => __DIR__ . "/snippets/navbar/primary.php", + "collection/post" => __DIR__ . "/snippets/collection/post.php", ], "hooks" => [ /** diff --git a/snippets/collection/post.php b/snippets/collection/post.php new file mode 100644 index 0000000..836c047 --- /dev/null +++ b/snippets/collection/post.php @@ -0,0 +1,34 @@ +