aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/nav.html
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-03-19 18:03:13 +0100
committerSimon Ser <contact@emersion.fr>2020-03-19 18:03:13 +0100
commitc182fbde6334f07873700d6a487155fb3f493403 (patch)
tree11089f6315dbc9a21300f546ffa5abb8c09a53c4 /themes/alps/nav.html
parent9eac0b453a21918f7533e78aa0fbb4d07cdbf474 (diff)
downloadalps-c182fbde6334f07873700d6a487155fb3f493403.tar.gz
alps-c182fbde6334f07873700d6a487155fb3f493403.zip
themes/alps: new theme
Diffstat (limited to 'themes/alps/nav.html')
-rw-r--r--themes/alps/nav.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/alps/nav.html b/themes/alps/nav.html
new file mode 100644
index 0000000..820b2e3
--- /dev/null
+++ b/themes/alps/nav.html
@@ -0,0 +1,12 @@
+<header>
+ <nav>
+ <a href="/" class="active">Email</a>
+ <a href="/calendar">Calendar</a>
+ <a href="/contacts">Contacts</a>
+ <div>
+ <span>{{ .GlobalData.Username }}</span>
+ <a href="/settings">Settings</a>
+ <a href="/logout">Sign Out</a>
+ </div>
+ </nav>
+</header>