Skip to content

Commit

Permalink
fix footer (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Jul 23, 2023
1 parent b416fe7 commit 84cd901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="body-container">
<div class="footer-col-wrapper">
<div class="footer-col">
{%- if site.author %}
{%- if site.organization %}
<ul class="contact-list">
{% if site.title -%}
<li class="p-name">
Expand All @@ -13,8 +13,8 @@
</a></li>
<li class="p-name">{{ site.tagline | escape }}</li>
{% endif -%}
{% if site.author.email -%}
<li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
{% if site.organization.email -%}
<li><a class="u-email" href="mailto:{{ site.organization.email }}">{{ site.organization.email }}</a></li>
{%- endif %}
</ul>
{%- endif %}
Expand Down
2 changes: 1 addition & 1 deletion assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 84cd901

Please sign in to comment.