File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ facebook_appid:
42
42
facebook_comments_number : 10
43
43
44
44
# Social icons
45
+ slack_url : https://vuejs-korea.signup.team/
45
46
github_username : vuejs-kr
46
47
bitbucket_username :
47
48
stackoverflow_id :
Original file line number Diff line number Diff line change 1
1
< div class ="social-icons ">
2
2
< div class ="social-icons-right ">
3
+ {% if site.slack_url %}
4
+ < a class ="fa fa-slack " href ="{{ site.slack_url }} "> </ a >
5
+ {% endif %}
3
6
{% if site.github_username %}
4
7
< a class ="fa fa-github " href ="https://github.com/{{ site.github_username }} "> </ a >
5
8
{% endif %}
Original file line number Diff line number Diff line change @@ -28,3 +28,4 @@ Vue가 포함된 [JsFiddle](https://jsfiddle.net/changjoo_park/bs3Lx0Lq/)에서
28
28
- [ drag이벤트를 이용한 파일 드래그앤드롭 사용 예제] ( https://jsfiddle.net/devjin0617/b9zr4w98/ ) - [ @devjin0617 ] ( https://github.com/devjin0617 )
29
29
- [ drag이벤트를 이용한 드래그 앤 드롭이 가능한 이미지 컴포넌트] ( https://jsfiddle.net/changjoo_park/gjk2tqs5/ ) - [ @changjoo-park ] ( https://github.com/ChangJoo-Park/ )
30
30
- [ slot을 이용한 폼 헬퍼] ( https://jsfiddle.net/changjoo_park/god12gok/ ) - [ @changjoo-park ] ( https://github.com/ChangJoo-Park/ )
31
+ - [ 동적 컴포넌트 예제] ( https://jsfiddle.net/kciter/zfkyn2wf/ ) - [ @kciter ] ( https://github.com/kciter/ )
You can’t perform that action at this time.
0 commit comments