Per-Page Embed Images
This commit is contained in:
parent
8cc46fbe47
commit
59f8d4827b
4 changed files with 6 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
return [
|
||||
'name' => env('APP_NAME', 'wah.moe'),
|
||||
'version' => '2025.04.14',
|
||||
'version' => '2025.05.02',
|
||||
'env' => env('APP_ENV', 'production'),
|
||||
'debug' => (bool) env('APP_DEBUG', false),
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
|
|
|
|||
BIN
public/images/embeds/pandamonium.png
Normal file
BIN
public/images/embeds/pandamonium.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
|
|
@ -15,7 +15,8 @@
|
|||
|
||||
<!-- Page-specific -->
|
||||
<meta property="og:title" content="wah! (dot moe) - {{ $title }}">
|
||||
<meta property="og:image" content="/favicon-128x128.png">
|
||||
<meta property="og:image" content="{{ $cardImage ?? "/favicon-128x128.png" }}">
|
||||
<meta property="og:description" content="{{ $cardDescription ?? "" }}">
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-container">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue