diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-16 12:57:30 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-16 12:58:21 +0100 |
commit | e93346ffa90f6c09a9a57b48c6607925dc7ff46e (patch) | |
tree | 5e1f356017c763a604cc8bcf247759037ae51d74 /themes/sourcehut/nav.html | |
parent | d897eeee5c4d163891d0b6a8f85d328ccada7575 (diff) | |
download | alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.tar.gz alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.zip |
Remove the public/ directory
Now that all templates are provided by plugins, there's no need to have
a public/ directory. Themes can be in /themes instead of /public/themes.
Diffstat (limited to 'themes/sourcehut/nav.html')
-rw-r--r-- | themes/sourcehut/nav.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/sourcehut/nav.html b/themes/sourcehut/nav.html new file mode 100644 index 0000000..7b4d19d --- /dev/null +++ b/themes/sourcehut/nav.html @@ -0,0 +1,14 @@ +<nav class="container-fluid navbar navbar-light navbar-expand-sm"> + <a class="navbar-brand" href="/"> + koushin + <span class="text-danger">webmail</span> + </a> + <ul class="navbar-nav mr-auto d-none d-sm-flex"> + <!-- TODO: Does anything go here? --> + </ul> + <div class="login"> + <span class="navbar-text"> + <a href="/logout">Log out</a> + </span> + </div> +</nav> |