Skip to content

Commit

Permalink
Display the playground in the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos authored and tomjaguarpaw committed Feb 26, 2023
1 parent 46c82d6 commit 4242a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/templates/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ul class="nav navbar-nav navbar-right">
<li $if(isGetStarted)$ class="active" $endif$ ><a href="/get-started/">Get started</a></li>
<li $if(isDownloads)$ class="active" $endif$ ><a href="/downloads/">Downloads</a></li>
<li><a href="https://play.haskell.org">Playground</a></li>
<li $if(isCommunity)$ class="active" $endif$ ><a href="/community/">Community</a></li>
<li $if(isDocumentation)$ class="active" $endif$ ><a href="/documentation/">Documentation</a></li>
<li $if(isDonations)$ class="active" $endif$ ><a href="/donations/">Donate</a></li>
Expand Down

0 comments on commit 4242a00

Please sign in to comment.