Files
Apaxy/apaxy/theme/header.html
oupala 33d4777101 feat: add a breadcrumb
Add a breadcrumb to tell the user where he is in the tree. js and html is there and working. It needs some css styling though.
2019-05-28 15:01:36 +02:00

8 lines
221 B
HTML

<div class="wrapper">
<!-- we open the `wrapper` element here, but close it in the `footer.html` file -->
<ol class="breadcrumb" id="breadcrumbs">
</ol>
<input type="search" id="filter" placeholder="filter contents" />