profilePhoto.html 234 B

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