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')

Hi!