{%- for author in site.author -%} {%- endfor -%} {%- if site.author %}
    {% if site.author.name -%}
  • {{ site.author.name | escape }}
  • {% endif -%} {% if site.author.email -%}
  • {{ site.author.email }}
  • {%- endif %}
{%- endif %}