Skip to content

Commit 7b39e0d

Browse files
Merge pull request #45 from kciter/master
페이스북 링크 추가
2 parents f4c14f6 + 049a0d3 commit 7b39e0d

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
@@ -43,6 +43,7 @@ facebook_comments_number: 10
4343

4444
# Social icons
4545
slack_url: https://vuejs-korea.signup.team/
46+
facebook_url: https://www.facebook.com/groups/1152461054807344/
4647
github_username: vuejs-kr
4748
bitbucket_username:
4849
stackoverflow_id:

_includes/social_links.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
{% if site.slack_url %}
44
<a class="fa fa-slack" href="{{ site.slack_url }}"></a>
55
{% endif %}
6+
{% if site.facebook_url %}
7+
<a class="fa fa-facebook" href="{{ site.facebook_url }}"></a>
8+
{% endif %}
69
{% if site.github_username %}
710
<a class="fa fa-github" href="https://github.com/{{ site.github_username }}"></a>
811
{% endif %}

0 commit comments

Comments
 (0)