diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-13 14:48:02 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-13 20:54:15 +0200 |
commit | 5fee600c6ef8d7467a394ef04dbf9aa681cb540b (patch) | |
tree | 1e5dd65b9aec22ae65f7914bb1ac880d0378d6f8 /themes/alps/nav.html | |
parent | 5a73ca6ebb437c5eed2a9863ab5513facacb6e93 (diff) | |
download | alps-5fee600c6ef8d7467a394ef04dbf9aa681cb540b.tar.gz alps-5fee600c6ef8d7467a394ef04dbf9aa681cb540b.zip |
alps theme: theme the login page
Diffstat (limited to 'themes/alps/nav.html')
-rw-r--r-- | themes/alps/nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/nav.html b/themes/alps/nav.html index 3c26166..1678434 100644 --- a/themes/alps/nav.html +++ b/themes/alps/nav.html @@ -2,7 +2,7 @@ <nav> {{$page := (index .GlobalData.Path 0)}} <a href="/" - {{ if or (eq $page "mailbox") (eq $page "message") }} + {{ if or (eq $page "mailbox") (eq $page "message") (eq $page "compose") }} class="active" {{ end }} >Email</a> |