diff options
-rw-r--r-- | resources/views/pages/home.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index f21528f..0e84e10 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -1,5 +1,5 @@ @extends('layouts.default') -@section('title', 'test') +@section('title', 'home') @section('description', 'This is the personal homepage of floppydisk.') @section('content') <p>Hi!</p> |