keyoxide-web/views/partials/footer.pug

33 lines
761 B
Text
Raw Permalink Normal View History

2021-03-01 07:01:34 -07:00
footer
.container
2023-09-15 06:25:15 -06:00
p
| This site:
a(href="/") Homepage
| •
a(href="/util") Utilities
| •
a(href="/privacy") Privacy policy
br
2021-03-29 09:08:48 -06:00
2023-09-15 06:25:15 -06:00
| Keyoxide project:
a(href="https://community.keyoxide.org") Forum
| •
a(href="https://docs.keyoxide.org") Documentation
| •
a(href="https://blog.keyoxide.org") Blog
| •
a(href="https://codeberg.org/keyoxide") Source code
br
2021-03-29 09:08:48 -06:00
2023-09-15 06:25:15 -06:00
| Related:
a(href="https://doip.rocks") doip.rocks
| •
a(href="https://ariadne.id") ariadne.id
2021-03-01 07:01:34 -07:00
2023-09-15 06:25:15 -06:00
p
2024-01-27 14:35:51 -07:00
| Version
a(href=meta.keyoxide.sourceUrl)= meta.keyoxide.semver
2023-09-14 04:31:44 -06:00
br
2023-09-15 06:25:15 -06:00
2024-01-27 14:35:51 -07:00
| © 2020-2024 Keyoxide project contributors
2023-09-15 06:25:15 -06:00