{{ partial "core/html-start.html" . }} {{ partial "core/head.html" . }} {{ $baseUrl := .Site.BaseURL }}
{{ with .Site.Params.Header }}
{{ partial "homepage/header-logo.html" . }}
{{ end }}

  • {{ partial "homepage/svg-face.html" . }}
  • About Me

{{ with .Site.Params.Footer }}
{{ end }}
{{ partial "core/js.html" . }} {{ partial "core/html-end.html" . }}