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

about.html « _default « layouts - github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 493f45526c0e6b71b5affc29ecfec8fefb56f2a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{ define "main" }}
<img
  src="{{ .Params.profileImage }}"
  style="
    display: block;
    margin: 1em auto 0 auto;
    max-width: 300px;
    border-radius: 50%;
  "
/>
{{ partial "social" . }}
<h1 style="border-bottom: solid 3px;">
  {{ .Params.prefix }} {{ .Params.name }}, {{ .Params.suffix }}
</h1>
{{ .Content }}
{{ partial "about/education" . }}
{{ partial "about/publications" . }}
{{ end }}