From 9ce9cf50af6b81c76b7acd9ef31dace11cee728b Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 26 Feb 2020 21:54:33 +0000 Subject: Add post stub --- source/_partials/postStub.blade.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/_partials/postStub.blade.php (limited to 'source/_partials/postStub.blade.php') diff --git a/source/_partials/postStub.blade.php b/source/_partials/postStub.blade.php new file mode 100644 index 0000000..5f1af95 --- /dev/null +++ b/source/_partials/postStub.blade.php @@ -0,0 +1,16 @@ +
  • + +

    {{$post->title }}

    +

    {{ $post->description }}

    +
    +
    + +
    + @foreach ($post->categories as $category) + {{ $category }} + @endforeach +
    +
    +
  • -- cgit v1.2.3-13-gbd6f