diff options
Diffstat (limited to 'resources/views/pandamonium.blade.php')
-rw-r--r-- | resources/views/pandamonium.blade.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/views/pandamonium.blade.php b/resources/views/pandamonium.blade.php index fc21aab..70fd27b 100644 --- a/resources/views/pandamonium.blade.php +++ b/resources/views/pandamonium.blade.php @@ -1,5 +1,7 @@ <x-layout> - <x-slot:title>Rosco and Leko</x-slot:title> + <x-slot:title>Absolute Pandamonium!</x-slot:title> + <x-slot:cardImage>{{ asset('/images/embeds/pandamonium.png') }}</x-slot:cardImage> + <x-slot:cardDescription>Follow the adventures of Rosco, Leko, Viz and AJ!</x-slot:cardDescription> <div class="rosco-leko-gallery"> @foreach($images as $image) <div> |