We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4c14f6 + 049a0d3 commit 7b39e0dCopy full SHA for 7b39e0d
_config.yml
@@ -43,6 +43,7 @@ facebook_comments_number: 10
43
44
# Social icons
45
slack_url: https://vuejs-korea.signup.team/
46
+facebook_url: https://www.facebook.com/groups/1152461054807344/
47
github_username: vuejs-kr
48
bitbucket_username:
49
stackoverflow_id:
_includes/social_links.html
@@ -3,6 +3,9 @@
3
{% if site.slack_url %}
4
<a class="fa fa-slack" href="{{ site.slack_url }}"></a>
5
{% endif %}
6
+ {% if site.facebook_url %}
7
+ <a class="fa fa-facebook" href="{{ site.facebook_url }}"></a>
8
+ {% endif %}
9
{% if site.github_username %}
10
<a class="fa fa-github" href="https://github.com/{{ site.github_username }}"></a>
11
0 commit comments