|
|
|
@ -35,7 +35,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
let title: string = $derived(event.getMatchingTags("title")[0]?.[1]); |
|
|
|
let title: string = $derived(event.getMatchingTags("title")[0]?.[1]); |
|
|
|
let author: string = $derived( |
|
|
|
let author: string = $derived( |
|
|
|
event.getMatchingTags(event, "author")[0]?.[1] ?? "unknown", |
|
|
|
event.getMatchingTags("author")[0]?.[1] ?? "unknown", |
|
|
|
); |
|
|
|
); |
|
|
|
let version: string = $derived( |
|
|
|
let version: string = $derived( |
|
|
|
event.getMatchingTags("version")[0]?.[1] ?? "1", |
|
|
|
event.getMatchingTags("version")[0]?.[1] ?? "1", |
|
|
|
|