forked from Mirrors/keyoxide-web
feat: add source URL to footer
This commit is contained in:
parent
4b764583d9
commit
0d5f6aaf3e
1 changed files with 3 additions and 4 deletions
|
@ -25,10 +25,9 @@ footer
|
||||||
a(href="https://ariadne.id") ariadne.id
|
a(href="https://ariadne.id") ariadne.id
|
||||||
|
|
||||||
p
|
p
|
||||||
| Version #{meta.keyoxide.version}
|
| Version
|
||||||
if (meta.env === "development")
|
a(href=meta.keyoxide.sourceUrl)= meta.keyoxide.semver
|
||||||
| -dev
|
|
||||||
br
|
br
|
||||||
|
|
||||||
| © 2024 Keyoxide project contributors
|
| © 2020-2024 Keyoxide project contributors
|
||||||
|
|
Loading…
Reference in a new issue