feat: fix page titles
This commit is contained in:
parent
c7a1b41a19
commit
a3be1eb5b8
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
@extends('layouts.default')
|
||||
@section('title', 'test')
|
||||
@section('description', 'This is the personal homepage of floppydisk.')
|
||||
@section('title', 'computers')
|
||||
@section('description', 'Computers I own or have owned.')
|
||||
@section('content')
|
||||
<table class="computers" border="0">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue