From 9240b4b969758bf2e73d8e4f6bc3fc92e611f32a Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 7 Mar 2020 19:50:24 +0000 Subject: Style category pages --- source/_layouts/category.blade.php | 2 +- source/_layouts/post.blade.php | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/source/_layouts/category.blade.php b/source/_layouts/category.blade.php index 8232ad8..27bc9dd 100644 --- a/source/_layouts/category.blade.php +++ b/source/_layouts/category.blade.php @@ -1,7 +1,7 @@ @extends('_layouts.master') @section('article') -

{{ $page->description }}

+

{{ $page->description }}

    @foreach ($page->posts($posts) as $post) @include('_partials.postStub') diff --git a/source/_layouts/post.blade.php b/source/_layouts/post.blade.php index fec0473..6d8fa30 100644 --- a/source/_layouts/post.blade.php +++ b/source/_layouts/post.blade.php @@ -1,6 +1,12 @@ @extends('_layouts.master') @section('article') -

    {{ $page->title }}

    +
    +

    {{$page->title }}

    +

    {{ $page->description }}

    + +
    @yield('content') @endsection -- cgit v1.2.3-13-gbd6f