Skip to content

Commit 3d21e5f

Browse files
authored
fix: Add link to blog in header.
Updated links in the navigation and footer sections.
1 parent d47331b commit 3d21e5f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ <h1 id="logo"><a href="index.html">data<span>Haskell</span></a></h1>
2525
<!-- Header -->
2626
<ul>
2727
<li class="current"><a href="index.html">Home</a></li>
28+
<li class=""><a href="https://datahaskell.org/blog.html">Blog</a></li>
2829
<li class=""><a href="https://datahaskell.org/docs">Docs</a></li>
2930
<li class=""><a href="https://www.datahaskell.org/docs/community/roadmap.html">Roadmap</a></li>
3031
<li class=""><a href="https://github.com/DataHaskell">Github</a></li>
@@ -251,4 +252,5 @@ <h2>Ready to revolutionize <strong>data science</strong>?</h2>
251252

252253
</body>
253254

254-
</html>
255+
256+
</html>

0 commit comments

Comments
 (0)