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: be5262d06cccfed743d1db8e62ac8f85b74c9aee (plain)
1
2
3
4
5
6
7
<div class="flex justify-center">
  <img
    class="rounded-full my-0 w-4/5"
    src="{{ .Site.Params.profile.photo | relURL }}"
    alt="{{ .Site.Params.author }}"
  />
</div>