Sure is a new site design

This commit is contained in:
floppydiskette 2024-11-28 00:07:08 +00:00
commit f5444a9bf6
No known key found for this signature in database
18 changed files with 342 additions and 261 deletions

View file

@ -1,7 +1,7 @@
<x-layout>
<x-slot:title>Bookmarks</x-slot:title>
@foreach($categories as $category)
<div class="section">
<div class="bookmark-category">
<h2>{{ $category->name }}</h2>
@if($category->id == 1)
<p><em>(These are shuffled every load)</em></p>