Skip to content

Commit

Permalink
fix sidebar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedantonio committed Jun 26, 2018
1 parent a1c54e8 commit 153270d
Show file tree
Hide file tree
Showing 40 changed files with 6,396 additions and 672 deletions.
4 changes: 2 additions & 2 deletions _layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<header class="docs-header docs-background-teal">
{% include header-content.html %}
</header>
<nav class="docs-navbar" data-navbar>
<nav class="docs-navbar" data-navbar="sm">
{% include docs-sidebar.html %}
</nav>
<main class="docs-page overflow-y-auto p-3">
Expand All @@ -27,6 +27,6 @@
{{ content }}
</main>
</section>
<script type="text/javascript" src="{{ site.baseurl }}/dist/js/navbar.min.js"></script>
<script type="text/javascript" src="{{ site.baseurl }}/dist/js/navbar.js"></script>
</body>
</html>
Loading

0 comments on commit 153270d

Please sign in to comment.