diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/templates/base.html b/templates/base.html index a60ac55..79e0d12 100644 --- a/templates/base.html +++ b/templates/base.html @@ -50,6 +50,21 @@ <div class="footer"> <div> + {{ if .User }} + <a href="https://git.hatecomputers.club/{{ .User.Username }}">git.</a> + {{ else }} + <a href="https://git.hatecomputers.club">git.</a> + {{ end }} + + <span> | </span> + <a href="https://mail.hatecomputers.club">e-mail.</a> + <span> | </span> + <a href="https://auth.hatecomputers.club">sso.</a> + </div> + + <br> + + <div class="blinkies"> <img width='150' height='20' src='/static/img/blinkies/hatecomputers-club.gif'> <img width='150' height='20' src='/static/img/blinkies/autism.gif'> <img width='150' height='20' src='/static/img/blinkies/fuckcomputers.gif'> @@ -60,17 +75,6 @@ <img width='150' height='20' src='/static/img/blinkies/eepy.gif'> <img width='150' height='20' src='/static/img/blinkies/loveuguys.gif'> </div> - - {{ if .User }} - <a href="https://git.hatecomputers.club/{{ .User.Username }}">git.</a> - {{ else }} - <a href="https://git.hatecomputers.club">git.</a> - {{ end }} - - <span> | </span> - <a href="https://mail.hatecomputers.club">e-mail.</a> - <span> | </span> - <a href="https://auth.hatecomputers.club">sso.</a> </div> </div> |
