forked from Squatconf/Website
v1.1.1: added nav link to the talks repository
This commit is contained in:
parent
268d6f5590
commit
119beeb900
|
@ -20,6 +20,8 @@
|
|||
<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>
|
||||
<li><a href="https://github.com/squatconf/talks#squatconf-call-for-papers"><i class="icon-chevron-right"></i> Submit a talk</a></li>
|
||||
|
||||
</ul>
|
||||
<br />
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "squatconf-web",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "website for the squatConf conference",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue