From 87a36e9bfbd5348a2bc001ccef14a171b6ee8ccf Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 13 Jun 2023 23:49:50 +0100 Subject: [PATCH] Fix homepage title --- resources/views/pages/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!