Skip to content

Commit

Permalink
fix github link
Browse files Browse the repository at this point in the history
  • Loading branch information
thenaterhood committed Oct 22, 2024
1 parent 02e0e5d commit a6d8d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<ul class="icons">
{%- for social in site.links -%}
<li>
<a href="#" class="icon {{ social.icon }}"><span class="label">{{ social.label }}</span></a>
<a href="{{ social.url }}" class="icon {{ social.icon }}"><span class="label">{{ social.label }}</span></a>
</li>
{%- endfor -%}
</ul>
</header>
</header>

0 comments on commit a6d8d27

Please sign in to comment.