Skip to content

Commit

Permalink
icones das redes socias no menu de navegacao (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
allythy authored Jul 3, 2024
1 parent b53ae03 commit bab318b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@
<a class="nav-link" href="{{ site.baseurl }}/sobre">Sobre</a>
</li>

<li class="nav-item">
<a class="nav-link" target="_blank" href="https://www.instagram.com/grupyrn/">
<i class="fab fa-instagram"></i>
</a>
</li>

<li class="nav-item">
<a class="nav-link" target="_blank" href="https://t.me/grupyrn" >
<i class="fab fa-telegram"></i>
</a>
</li>

{% include search-lunr.html %}

</ul>
Expand Down

0 comments on commit bab318b

Please sign in to comment.