diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 79e0d12..9f5a903 100644 --- a/templates/base.html +++ b/templates/base.html @@ -35,7 +35,10 @@ {{ if .User }} <a href="/dns">dns.</a> <span> | </span> + <a href="/keys">api keys.</a> + <span> | </span> <a href="/logout">logout, {{ .User.DisplayName }}.</a> + {{ else }} <a href="/login">login.</a> {{ end }} @@ -74,6 +77,7 @@ <img width='150' height='20' src='/static/img/blinkies/connection.gif'> <img width='150' height='20' src='/static/img/blinkies/eepy.gif'> <img width='150' height='20' src='/static/img/blinkies/loveuguys.gif'> + <img width='150' height='20' src='/static/img/blinkies/capitalism.gif'> </div> </div> </div> |
