Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Fix the bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Oct 2, 2020
1 parent bb5dd4c commit be08507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def user_dir():

class DevelopCmd(develop):
prefix_targets = [
("nbconvert/templates", 'osscar'),
("voila/templates", 'osscar')
("nbconvert/templates", 'aiidalab'),
("voila/templates", 'aiidalab')
]
def run(self):
target_dir = os.path.join(sys.prefix, 'share', 'jupyter')
Expand Down
3 changes: 2 additions & 1 deletion share/jupyter/nbconvert/templates/aiidalab/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
.nav-wrapper {
background-color: {{ bar_color }};
background-color: {{ bar_color }};
}
.brand-logo {
Expand Down Expand Up @@ -138,6 +138,7 @@
</div>
{%- endblock body_loop -%}

{%- block body_footer -%}
<hr style="border-top: 0.5px solid #cccccc;">
<footer class="container">
<p>
Expand Down

0 comments on commit be08507

Please sign in to comment.