Skip to content

Commit 9425a79

Browse files
authored
Merge pull request #5 from nvs-abhilash/inpycon2025-tasks/issues/20
feat: enable blog link in navbar (#inpycon2025-tasks/issues/20)
2 parents 6ad8cfb + 73ff76b commit 9425a79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/_includes/navbar.njk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
</div>
1313
<div id="menu"
1414
class="w-full sm:w-auto self-end sm:self-center hidden sm:flex flex-col sm:flex-row items-center h-full py-1 pb-4 sm:py-0 sm:pb-0">
15-
16-
17-
<a class="text-gray-800 font-bold hover:text-purple-600 text-lg text-center w-full no-underline py-2" href="{{ env.baseUrl }}coc">Code Of Conduct</a>
15+
<a class="text-gray-800 font-bold hover:text-purple-600 text-lg text-center no-underline py-2 mx-2" href="{{ env.baseUrl }}coc">Code Of Conduct</a>
16+
<a class="text-gray-800 font-bold hover:text-purple-600 text-lg text-center no-underline py-2 mx-2" href="https://in.pycon.org/blog/">Blog</a>
1817
</div>
1918

2019
<div

0 commit comments

Comments
 (0)