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 7aac42c + 17a72f4 commit f1ff05fCopy full SHA for f1ff05f
_config.yml
@@ -42,6 +42,7 @@ facebook_appid:
42
facebook_comments_number: 10
43
44
# Social icons
45
+slack_url: https://vuejs-korea.signup.team/
46
github_username: vuejs-kr
47
bitbucket_username:
48
stackoverflow_id:
_includes/social_links.html
@@ -1,5 +1,8 @@
1
<div class="social-icons">
2
<div class="social-icons-right">
3
+ {% if site.slack_url %}
4
+ <a class="fa fa-slack" href="{{ site.slack_url }}"></a>
5
+ {% endif %}
6
{% if site.github_username %}
7
<a class="fa fa-github" href="https://github.com/{{ site.github_username }}"></a>
8
{% endif %}
0 commit comments