Skip to content

Commit 3b80e91

Browse files
committed
Add blog to nav bars. Close #118
1 parent 2cf3685 commit 3b80e91

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

templates/mobile-nav-flyout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040

4141
<div class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium text-gray-500">News and Info</div>
4242
<a href="/news" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
43-
<a href="/news/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
43+
<a href="https://haskell-foundation.medium.com/" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Blog</a>
44+
<a href="/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
4445
<a href="/resources" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
4546
<a href="/faq" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
4647

templates/nav.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
News
7373
</a>
7474

75+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="https://haskell-foundation.medium.com/">
76+
Blog
77+
</a>
78+
7579
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="/news/press">
7680
Press
7781
</a>

0 commit comments

Comments
 (0)