<div class="w-100 h-100 flex justify-center p-4">
  <img
    class="rounded rounded-full"
    src="{{ `images` | relURL }}/{{ .Site.Params.profile.photo }}"
    alt="{{ .Site.Params.author }}"
    style="max-width: 250px"
  />
</div>