Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit 546a9a5

Browse files
committed
added to the link footer of slack
1 parent 99de109 commit 546a9a5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

_includes/footer.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@
6767
</span>
6868
</a>
6969
</li>
70+
{% endif %}
71+
72+
{% if site.slack_username %}
73+
<li>
74+
<a href="https://{{site.slack_username}}.slack.com" target="_blank">
75+
<span class="fa-stack fa-lg">
76+
<i class="fa fa-circle fa-stack-2x"></i>
77+
<i class="fa fa-slack fa-stack-1x fa-inverse"></i>
78+
</span>
79+
</a>
80+
</li>
7081
{% endif %}
7182
</ul>
7283
<p class="copyright text-muted"> Copyright © Python-chile 2018</a>

0 commit comments

Comments
 (0)