Skip to content

Commit

Permalink
make that automatic ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Oct 27, 2023
1 parent 4bfe7fb commit d6d5504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 3 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<link rel="stylesheet" href="/CountESS/css/custom.css">
<head>
<body>
{% if page.url != "/CountESS/" %}
<div class="navbar"><a href="/CountESS/">CountESS Documentation</a></div>
{% endif %}
{{ content }}
</body>
</html>
11 changes: 0 additions & 11 deletions docs/_layouts/with_nav.html

This file was deleted.

0 comments on commit d6d5504

Please sign in to comment.