We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ad8cfb + 73ff76b commit 9425a79Copy full SHA for 9425a79
src/_includes/navbar.njk
@@ -12,9 +12,8 @@
12
</div>
13
<div id="menu"
14
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>
+ <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>
+ <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>
18
19
20
<div
0 commit comments