diff options
Diffstat (limited to 'themes/alps/nav.html')
-rw-r--r-- | themes/alps/nav.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/alps/nav.html b/themes/alps/nav.html index d14a862..d7eee9c 100644 --- a/themes/alps/nav.html +++ b/themes/alps/nav.html @@ -22,10 +22,12 @@ {{ end }} >Contacts</a> {{ end }} + {{ if .GlobalData.LoggedIn }} <div> <span>{{ .GlobalData.Username }}</span> <a href="/settings">Settings</a> <a href="/logout">Sign Out</a> </div> + {{ end }} </nav> </header> |