Skip to content

Commit

Permalink
Add instagram link
Browse files Browse the repository at this point in the history
  • Loading branch information
rtancman committed Nov 30, 2023
1 parent 25f21d7 commit bd881c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ ticketsOffers:

# Footer
socialLinks:
- {link: "https://hackerspaceblumenau.slack.com/", icon: "slack"}
- {link: "https://www.instagram.com/blumenaudevday/", icon: "instagram", viewbox: "0 0 16 16"}
- {link: "https://hackerspaceblumenau.slack.com/", icon: "slack", viewbox: "0 0 16 16"}
- {link: "https://twitter.com/hackerspacebnu", icon: "twitter"}
- {link: "https://facebook.com/hackerspace.blumenau", icon: "facebook"}
- {permalink: "/feed.xml", icon: "rss"}
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h5>{{ block.title }}</h5>
{% for social in site.socialLinks %}
<li>
<a href="{% if social.permalink != null %} {{ social.permalink | prepend: site.baseurl }} {% else %} {{ social.link }} {% endif %}" target="_blank">
<svg class="icon icon-{{ social.icon }}" viewBox="0 0 30 32">
<svg class="icon icon-{{ social.icon }}" viewBox="{% if social.viewbox != null %}{{ social.viewbox}}{% else %}0 0 30 32{% endif %}">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-{{ social.icon }}"></use>
</svg>
</a>
Expand Down
8 changes: 8 additions & 0 deletions img/sprites/sprites.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd881c9

Please sign in to comment.