Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Darth-Coin authored Feb 16, 2024
1 parent f1d18d6 commit c567af0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<h1 class="project-name">{{ page.title }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
<nav>
<a href="/general">
<a href="/general/general.html">
<button>General</button>
<a href="/beginner">
<a href="/beginner/beginner.html">
<button>Beginner</button>
<a href="/wallets">
<a href="/wallets/wallets.html">
<button>Wallets</button>
<a href="/nodes">
<a href="/nodes/nodes.html">
<button>Nodes</button>
<a href="/merchants">
<a href="/merchants/merchants.html">
<button>Merchants</button>
</a>
</nav>
Expand Down

0 comments on commit c567af0

Please sign in to comment.