2021-02-13 16:43:55 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
{{ partial "header" . }}
|
|
|
|
|
|
|
|
<section id="about">
|
|
|
|
<div class="container">
|
|
|
|
<div class="avatar mb-5">
|
|
|
|
<img class="rounded-circle" src="{{ .Site.Params.avatar }}" alt="Responsive image">
|
|
|
|
</div>
|
|
|
|
{{ .Content }}
|
|
|
|
{{ partial "social.html" . }}
|
2016-10-25 00:14:23 +00:00
|
|
|
</div>
|
2021-02-13 16:43:55 +00:00
|
|
|
</section>
|
|
|
|
{{ end }}
|