diff options
author | Frankie B <git@diskfloppy.me> | 2023-06-13 23:49:50 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-06-14 22:15:44 +0100 |
commit | 87a36e9bfbd5348a2bc001ccef14a171b6ee8ccf (patch) | |
tree | 758fb0fc6252f8de1f2485f672de3d7fcdcc765f | |
parent | 34a54c53298da00b7fb44d2a35a9c7086fbd0051 (diff) |
Fix homepage title
-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> |