aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-06-13 23:49:50 +0100
committerFrankie B <frankieraybrown@gmail.com>2023-06-14 22:15:44 +0100
commit87a36e9bfbd5348a2bc001ccef14a171b6ee8ccf (patch)
tree758fb0fc6252f8de1f2485f672de3d7fcdcc765f /resources
parent34a54c53298da00b7fb44d2a35a9c7086fbd0051 (diff)
Fix homepage title
Diffstat (limited to 'resources')
-rw-r--r--resources/views/pages/home.blade.php2
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>