Skip to content

Commit

Permalink
Adds demo link to navbar (#1624)
Browse files Browse the repository at this point in the history
* Adds demo link to nav

* Updates CHANGELOG.md

* Apply suggestions from code review

* fix

Co-authored-by: Josh Izaac <[email protected]>
  • Loading branch information
AndrewGardhouse and josh146 committed Sep 25, 2021
1 parent 3d17a45 commit 82001d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/xanadu_theme/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<a class="nav-link" href="https://pennylane.ai/qml">Quantum machine learning
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pennylane.ai/qml/demonstrations.html">Demos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pennylane.ai/install.html">Install</a>
</li>
Expand Down Expand Up @@ -67,4 +70,4 @@
</div>
<!-- Collapsible content -->
</nav>
<!--/.Navbar-->
<!--/.Navbar-->

0 comments on commit 82001d0

Please sign in to comment.