Add header/metadata fields
This commit is contained in:
@@ -11,7 +11,7 @@ const photos = await pb.collection('photos').getFullList({
|
||||
})
|
||||
---
|
||||
|
||||
<Base>
|
||||
<Base meta={{title: "photos"}}>
|
||||
<div slot="sidebar">
|
||||
<p id="photo-title" class="bold text-2xl">{photos[0].title === "" ? "Untitled" : photos[0].title}</p>
|
||||
<p id="photo-camera" class="text-sm">📸 {photos[0].camera}</p>
|
||||
|
||||
Reference in New Issue
Block a user