Skip to content

Commit 23c4acb

Browse files
committed
Add missing update to header.html from last commit
1 parent 6132b70 commit 23c4acb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_includes/header.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<li {% if page.url == '/support.html'%} class='active' {% endif %}>
4747
<a href="/support.html">Support</a>
4848
</li>
49+
<li {% if page.url == '/coding_standards.html'%} class='active' {% endif %}>
50+
<a href="/coding_standards.html">Coding Standards</a>
51+
</li>
4952
<li>
5053
<a href="https://travis-ci.org/ChaiScript/ChaiScript"><img src="https://travis-ci.org/ChaiScript/ChaiScript.png?branch=develop"/></a>
5154
</li>

0 commit comments

Comments
 (0)