From 86c9d4be98d6e9ab122f7d676e90664f007a8376 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sun, 8 Mar 2020 01:55:15 +0000 Subject: Style posts --- source/_layouts/post.blade.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'source/_layouts/post.blade.php') diff --git a/source/_layouts/post.blade.php b/source/_layouts/post.blade.php index 560a975..adecd6a 100644 --- a/source/_layouts/post.blade.php +++ b/source/_layouts/post.blade.php @@ -2,7 +2,7 @@ @extends('_layouts.master') @section('article') -
+

{{$page->title }}

{{ $page->description }}

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