Skip to content

Commit

Permalink
Add a link to the blog in the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos authored and tomjaguarpaw committed Sep 26, 2024
1 parent 1ca6149 commit c0115cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion builder/haskell-org.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ executable haskell-org-site
main-is: site.hs
other-modules: Testimonial
build-depends: base == 4.*
, hakyll >=4.12 && <4.16
, hakyll >=4.12 && <4.17
, aeson
, binary
, bytestring
Expand Down
1 change: 1 addition & 0 deletions site/templates/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<li $if(isDocumentation)$ class="active" $endif$ ><a href="/documentation/">Documentation</a></li>
<li $if(isSecurity)$ class="active" $endif$ ><a href="/security/">Security</a></li>
<li $if(isDonations)$ class="active" $endif$ ><a href="/donations/">Donate</a></li>
<li><a href="https://blog.haskell.org">Blog</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit c0115cb

Please sign in to comment.