diff options
| author | Jules <146328491+julesh85@users.noreply.github.com> | 2023-10-23 11:34:12 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-11-08 14:48:06 -0500 |
| commit | 8cfa2604717205f5eabccaa0e116db0080130a05 (patch) | |
| tree | 0ff3f31dc5ffe33f8bf3c728a7bbf5e587581010 /templates/footer.html | |
| parent | 6f5c3491d4e5daca326db1ed8b9375cf1ce185dd (diff) | |
Add Hiring to footer
Adding the "hiring" link here instead of the header to avoid having to make design changes
Diffstat (limited to 'templates/footer.html')
| -rw-r--r-- | templates/footer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html index efe7cd9b..fcbac29e 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -2,6 +2,7 @@ <a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>GrapheneOS</a> <ul id="social"> <li><a href="https://discuss.grapheneos.org/">Forum</a></li> + <li><a href="https://grapheneos.org/hiring">Hiring</a></li> <li><a href="https://twitter.com/GrapheneOS">Twitter</a></li> <li><a href="https://grapheneos.social/@GrapheneOS">Mastodon</a></li> <li><a href="https://github.com/GrapheneOS">GitHub</a></li> |
