Skip to content

Commit

Permalink
Update layout.njk (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushivaradaraj authored Aug 12, 2024
1 parent 05b2127 commit d3012f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ active: Home
<nav>
<ul>
<li {% if title == "Home" %}class="active"{% endif %}><a href="{{ '/index.html' | url }}"><i class="fa-solid fa-house"></i> Home</a></li>
<li><a href="https://github.com/waycrate/"><i class="fa-brands fa-github"></i> GitHub</a></li>
<li><a href="https://discord.gg/KKZRDYrRYW"><i class="fa-brands fa-discord"></i> Discord</a></li>
<li><a href="https://github.com/waycrate/" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-github"></i> GitHub</a></li>
<li><a href="https://discord.gg/KKZRDYrRYW" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-discord"></i> Discord</a></li>
</ul>

<h3>GSoC 2024</h3>
Expand Down

0 comments on commit d3012f9

Please sign in to comment.