alps/themes/sourcehut/nav.html
Simon Ser e93346ffa9
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.
2019-12-16 12:58:21 +01:00

15 lines
385 B
HTML

<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>