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
|
||||
|
||||
p
|
||||
| Version #{meta.keyoxide.version}
|
||||
if (meta.env === "development")
|
||||
| -dev
|
||||
| Version
|
||||
a(href=meta.keyoxide.sourceUrl)= meta.keyoxide.semver
|
||||
br
|
||||
|
||||
| © 2024 Keyoxide project contributors
|
||||
| © 2020-2024 Keyoxide project contributors
|
||||
|
Loading…
Reference in a new issue