diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-11-25 03:09:38 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-11-25 03:09:38 -0500 |
| commit | e97ab7e0d1948c57d16f4c5d07d1370ee81d3505 (patch) | |
| tree | 9898ac0e7406d4c339a30e50ca39712d451554dc /templates/footer.html | |
| parent | 68b0ee2640139d5e00e879cda31e444330d5b357 (diff) | |
add Discord link to footer
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 fcbac29e..de18b16c 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/discord">Discord</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> |
