Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
itatikola authored Dec 1, 2023
1 parent 7c5a06f commit 581787f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
{%- else -%}
{{ site.title | escape }}
{%- endif -%}
{%- if site.email -%}
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
{%- endif -%}
</li>
</ul>
</div>

<div class="footer-col footer-col-2">
{%- if site.email -%}
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
{%- endif -%}
{%- include social.html -%}
</div>
<!---
Expand All @@ -33,4 +33,4 @@

</div>

</footer>
</footer>

0 comments on commit 581787f

Please sign in to comment.