From 9d7bf4de4d22933cabe28aef6a3cf0d7414f6be2 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 7 Mar 2020 20:50:44 +0000 Subject: Responsive grid layout --- source/_layouts/category.blade.php | 3 ++- source/_layouts/master.blade.php | 13 ++++++------- source/_layouts/post.blade.php | 7 ++++--- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'source/_layouts') diff --git a/source/_layouts/category.blade.php b/source/_layouts/category.blade.php index 27bc9dd..90b64de 100644 --- a/source/_layouts/category.blade.php +++ b/source/_layouts/category.blade.php @@ -1,10 +1,11 @@ @extends('_layouts.master') @section('article') -

{{ $page->description }}

+

{{ $page->description }}

    @foreach ($page->posts($posts) as $post) @include('_partials.postStub') @endforeach
@endsection + diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php index 7677d44..0a445e7 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -6,17 +6,16 @@ - +
-
@yield('article')
-
+ diff --git a/source/_layouts/post.blade.php b/source/_layouts/post.blade.php index 6d8fa30..0c82477 100644 --- a/source/_layouts/post.blade.php +++ b/source/_layouts/post.blade.php @@ -2,11 +2,12 @@ @section('article')
-

{{$page->title }}

-

{{ $page->description }}

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