We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236da91 commit 1d8c930Copy full SHA for 1d8c930
_includes/nav.html
@@ -27,7 +27,7 @@ <h1>
27
<li class="{{ page.imprint }}{% if page.url == '/imprint.html' %} current-page{% endif %}">
28
<a href="/imprint.html"><i class="icon-legal"></i><br />Imprint</a>
29
</li>
30
- <li class="{{ page.imprint }}{% if page.url == '/code-of-conduct.html' %} current-page{% endif %}">
+ <li class="{{ page.code-of-conduct }}{% if page.url == '/code-of-conduct.html' %} current-page{% endif %}">
31
<a href="/code-of-conduct.html"><i class="icon-legal"></i><br />Code of Conduct</a>
32
33
</ul>
0 commit comments