v1.1.0: added nav link to code of conduct document
This commit is contained in:
parent
9bfd8690b4
commit
268d6f5590
|
@ -19,6 +19,7 @@
|
|||
<div class="span3 leftCol">
|
||||
<ul class="nav nav-list">
|
||||
<li><a href="#"><i class="icon-chevron-right"></i> SquatConf</a></li>
|
||||
<li><a href="https://github.com/squatconf/organisation/blob/master/code_of_conduct.md#squatconf-code-of-conduct"><i class="icon-chevron-right"></i> Code of Conduct</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "squatconf-web",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"description": "website for the squatConf conference",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue