Skip to content

Commit 17a72f4

Browse files
committed
Add icon of slack
1 parent 456d973 commit 17a72f4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ facebook_appid:
4242
facebook_comments_number: 10
4343

4444
# Social icons
45+
slack_url: https://vuejs-korea.signup.team/
4546
github_username: vuejs-kr
4647
bitbucket_username:
4748
stackoverflow_id:

_includes/social_links.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<div class="social-icons">
22
<div class="social-icons-right">
3+
{% if site.slack_url %}
4+
<a class="fa fa-slack" href="{{ site.slack_url }}"></a>
5+
{% endif %}
36
{% if site.github_username %}
47
<a class="fa fa-github" href="https://github.com/{{ site.github_username }}"></a>
58
{% endif %}

0 commit comments

Comments
 (0)