From 11ddf0a921ea701a5f9cbc96afb510d0b2da2886 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 21 Feb 2020 21:48:04 +0000 Subject: Tidy up 404 page --- source/404.blade.php | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'source') diff --git a/source/404.blade.php b/source/404.blade.php index 4f1b6a3..bd4a5c3 100644 --- a/source/404.blade.php +++ b/source/404.blade.php @@ -1,15 +1,5 @@ @extends('_layouts.master') -@section('body') -
-

404

- -

Page not found.

- -
- -

- Need to update this page? See the Jigsaw documentation. -

-
+@section('article') + TODO @endsection -- cgit v1.2.3-13-gbd6f