<footer class=“site-footer h-card”>

<data class="u-url" href="{{ "/" | relative_url }}"></data>

<div class="wrapper">

  <div class="footer-col-wrapper">
    <div class="footer-col">

      {%- for author in site.author -%}
        <img src="{{ author.logo }}" height="70" width="auto" style="margin-right: 1rem">
      {%- endfor -%}
    {%- if site.author %}
      <ul class="contact-list">
        {% if site.author.name -%}
          <li class="p-name">{{ site.author.name | escape }}</li>
        {% endif -%}
        {% if site.author.email -%}
          <li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
        {%- endif %}
      </ul>
    {%- endif %}
    </div>
  </div>

</div>

</footer>