Skip to content

Commit

Permalink
Reorder navs (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian authored Apr 7, 2021
1 parent 4b43d8f commit 518d2e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion qiskit_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from os import path

__version__ = '1.8.1'
__version__ = '1.8.2'
__version_full__ = __version__


Expand Down
30 changes: 15 additions & 15 deletions qiskit_sphinx_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@
<li {%- if pagename == 'getting_started' %} class="active"{% endif %}>
<a href="{{ pathto('getting_started') }}">Getting started</a>
</li>

<li {%- if pagename == 'tutorials' %} class="active"{% endif %}>
<a href="{{ pathto('tutorials') }}">Tutorials</a>
</li>

<li>
<a href="{{ theme_variables.external_urls['partners'] }}" target="_blank">Qiskit Partners</a>
</li>

<li>
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="resource-option with-down-orange-arrow">
Expand Down Expand Up @@ -119,14 +128,6 @@
</div>
</li>

<li>
<a href="{{ theme_variables.external_urls['partners'] }}" target="_blank">Qiskit Partners</a>
</li>

<li {%- if pagename == 'tutorials' %} class="active"{% endif %}>
<a href="{{ pathto('tutorials') }}">Tutorials</a>
</li>

<li>
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="resource-option with-down-orange-arrow">
Expand Down Expand Up @@ -326,6 +327,12 @@
<li>
<a href="{{ pathto('getting_started') }}">Getting Started</a>
</li>
<li>
<a href="{{ pathto('tutorials') }}">Tutorials</a>
</li>
<li>
<a href="{{ theme_variables.external_urls['partners'] }}">Qiskit Partners</a>
</li>
<br>
<li class="resources-mobile-menu-title">
Applications
Expand All @@ -348,15 +355,8 @@
</li>
</ul>

<li>
<a href="{{ theme_variables.external_urls['partners'] }}">Qiskit Partners</a>
</li>
<br>

<li>
<a href="{{ pathto('tutorials') }}">Tutorials</a>
</li>

<li class="resources-mobile-menu-title">
Resources
</li>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name = 'qiskit_sphinx_theme',
version = '1.8.1',
version = '1.8.2',
author = 'nonhermitian',
author_email= '[email protected]',
url="https://github.com/Qiskit/qiskit_sphinx_theme",
Expand Down

0 comments on commit 518d2e2

Please sign in to comment.