Including Version number on about page
This commit is contained in:
parent
d774bb169b
commit
d150c6cdba
2 changed files with 20 additions and 1 deletions
src/routes/about
|
@ -1,8 +1,20 @@
|
|||
<script lang="ts">
|
||||
import { version } from '$app/environment'
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>About</title>
|
||||
<meta name="description" content="Information about this Website" />
|
||||
</svelte:head>
|
||||
|
||||
<p>
|
||||
Version:
|
||||
<a href="https://forgejo.neshweb.net/Neshweb-Sites/main-site/releases/tag/{version}" class="hover:underline">
|
||||
{version}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
<p class="text-background">Background</p>
|
||||
<p class="text-foreground">Foreground</p>
|
||||
<p class="text-muted">Muted</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue