Welcome to mirror list, hosted at ThFree Co, Russian Federation.

profilePhoto.html « partials « layouts - github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 020669a164f3a03fbf7095bbca5cd9c9ec996faf (plain)
1
2
3
4
5
6
7
<div class="flex justify-center w-full">
  <img
    class="my-0 rounded-full w-4/5 h-auto max-w-none"
    src="{{ .Site.Params.profile.photo | relURL }}"
    alt="{{ .Site.Params.author }}"
  />
</div>