aboutsummaryrefslogtreecommitdiffstats
path: root/public/themes/sourcehut/nav.html
diff options
context:
space:
mode:
authorLibravatarLibravatar Simon Ser <[email protected]> 2019-12-16 12:57:30 +0100
committerLibravatarLibravatar Simon Ser <[email protected]> 2019-12-16 12:58:21 +0100
commite93346ffa90f6c09a9a57b48c6607925dc7ff46e (patch)
tree5e1f356017c763a604cc8bcf247759037ae51d74 /public/themes/sourcehut/nav.html
parentd897eeee5c4d163891d0b6a8f85d328ccada7575 (diff)
downloadalps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.tar.gz
alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.tar.bz2
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 'public/themes/sourcehut/nav.html')
-rw-r--r--public/themes/sourcehut/nav.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/public/themes/sourcehut/nav.html b/public/themes/sourcehut/nav.html
deleted file mode 100644
index 7b4d19d..0000000
--- a/public/themes/sourcehut/nav.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>