added temporary content to now and music-gallery pages; banner2 can now display dateUpdated without other dates set
This commit is contained in:
@@ -1 +1,19 @@
|
||||
now
|
||||
<script lang="ts">
|
||||
import Banner2 from "$lib/banner2.svelte";
|
||||
import Content from "$lib/viewport/content.svelte";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Now | denizk0461</title>
|
||||
</svelte:head>
|
||||
|
||||
<Content>
|
||||
<Banner2
|
||||
title="Now"
|
||||
dateUpdated="2026-04-14"
|
||||
/>
|
||||
|
||||
<p>content coming soon.</p>
|
||||
|
||||
<img src="/common/gadgetron.webp" alt="The Gadgetron vendor from Ratchet & Clank on PlayStation 2 looking bored.">
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user