Skip to content

Commit f1ff05f

Browse files
Merge pull request #38 from devjin0617/devjin0617-page
vuejs-kr.github.io 페이지에 슬랙링크 추가
2 parents 7aac42c + 17a72f4 commit f1ff05f

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)