style: fix html alignment, etc.

This commit is contained in:
Frankie B 2023-07-03 19:07:31 +01:00
commit b5293a41a3
No known key found for this signature in database
7 changed files with 329 additions and 324 deletions

View file

@ -4,8 +4,8 @@
@section('description', 'This is the personal homepage of floppydisk.')
@section('content')
@foreach ($categories as $category)
<h1>{{ $category['name'] }}</h1>
<ul>
<h1>{{ $category['name'] }}</h1>
<ul>
@foreach ($category['bookmarks'] as $bookmark)
<li><a href="{{ $bookmark['url'] }}">{{ $bookmark['name'] }}</a> - {{ $bookmark['description'] }}</li>
@endforeach