Skip to content

Commit

Permalink
Add relative links to templating
Browse files Browse the repository at this point in the history
  • Loading branch information
bboonstra committed Oct 20, 2024
1 parent 63d3ce4 commit e1cb86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/templating.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ document.addEventListener("DOMContentLoaded", function () {
<nav>
<button id="sidebarToggle">☰</button>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/docs/">Documentation</a></li>
<li><a href="./">Home</a></li>
<li><a href="./docs/">Documentation</a></li>
<li><a href="https://pypi.org/project/Effortless/">PyPI</a></li>
<li><a href="https://github.com/bboonstra/Effortless">GitHub</a></li>
</ul>
Expand Down

0 comments on commit e1cb86c

Please sign in to comment.