Skip to content

Commit 146f231

Browse files
committed
feat: slack links
1 parent ccae5a8 commit 146f231

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [nodejs.jp][homepage]
22

3+
[![](https://img.shields.io/badge/SLACK-JOIN_CHAT_%E2%86%92-551a8b.svg?style=flat-square)](https://iojs-jp-slack.herokuapp.com/)
4+
35
# インストール
46
```sh
57
$ yarn install

source/layout/index.njk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<li><a href="https://nodejs.org/dist/latest-v6.x/docs/api/">Node.js v6.x</a>
1616
</ul>
1717

18+
<h2>Slack</h2>
19+
20+
<a href="https://iojs-jp-slack.herokuapp.com/">Slack 参加はこちらから</a>
21+
22+
1823
{% for eventFile in file.files %}
1924
{% if loop.first %}
2025
<h2>イベント情報</h2>

source/layout/layout.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<ul>
3939
<li><small><a target="_blank" href="https://github.com/nodejsjp/nodejsjp.github.com">GitHub</a></small></li>
4040
<li><small><a target="_blank" href="https://twitter.com/nodejsjp">Twitter</a></small></li>
41+
<li><small><a target="_blank" href="https://iojs-jp-slack.herokuapp.com/">Slack</a></small></li>
4142
</ul>
4243
</nav>
4344
</article>

0 commit comments

Comments
 (0)