Fix homepage title
This commit is contained in:
parent
34a54c5329
commit
87a36e9bfb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue