style: fix html alignment, etc.
This commit is contained in:
parent
1c34087354
commit
b5293a41a3
7 changed files with 329 additions and 324 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue