Fix homepage title

This commit is contained in:
floppydiskette 2023-06-13 23:49:50 +01:00 committed by Frankie B
parent 34a54c5329
commit 87a36e9bfb

View file

@ -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>