We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6132b70 commit 23c4acbCopy full SHA for 23c4acb
1 file changed
_includes/header.html
@@ -46,6 +46,9 @@
46
<li {% if page.url == '/support.html'%} class='active' {% endif %}>
47
<a href="/support.html">Support</a>
48
</li>
49
+ <li {% if page.url == '/coding_standards.html'%} class='active' {% endif %}>
50
+ <a href="/coding_standards.html">Coding Standards</a>
51
+ </li>
52
<li>
53
<a href="https://travis-ci.org/ChaiScript/ChaiScript"><img src="https://travis-ci.org/ChaiScript/ChaiScript.png?branch=develop"/></a>
54
0 commit comments