Skip to content

Commit

Permalink
Removed the name "doit" from templates.
Browse files Browse the repository at this point in the history
It's better not to depend on one certain project
(Because this theme is awesome).
  • Loading branch information
hirokiky committed Jan 13, 2020
1 parent 374c366 commit 392b1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_press_theme/util/navbar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<navbar @toggle-sidebar="toggleSidebar">
<router-link to="{{pathto(master_doc)}}" class="home-link">
{% if logo %}
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="doit logo"/>
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="logo"/>
{% else %}
<span class="site-name">{{ project|e }}</span>
{% endif %}
Expand Down

0 comments on commit 392b1c7

Please sign in to comment.