Skip to content

Commit

Permalink
add github icon in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadit19 committed Nov 13, 2023
1 parent 42186cf commit b81fb1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ callouts:
color: red

socials:
github: 'https://github.com/astroclubiitk'
facebook: 'https://www.facebook.com/AstroClubIITK/'
instagram: 'https://instagram.com/astroclub.iitk'
youtube: 'https://www.youtube.com/c/AstroclubIITK'
Expand Down
4 changes: 4 additions & 0 deletions _includes/footer_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<a href="mailto:{{ site.socials.email }}" target="_blank">
<i class="fa-solid fa-envelope fa-xl"></i>
</a>
{% endif %} {% if site.socials.github %}
<a href="{{ site.socials.github }}" target="_blank">
<i class="fa-brands fa-github fa-xl"></i>
</a>
{% endif %} {% if site.socials.discord %}
<a href="{{ site.socials.discord }}" target="_blank">
<i class="fa-brands fa-discord fa-xl"></i>
Expand Down

0 comments on commit b81fb1b

Please sign in to comment.