|
@ -1,4 +1,18 @@ |
|
|
{{ define "main" }} |
|
|
{{ define "main" }} |
|
|
|
|
|
<section> |
|
|
|
|
|
|
|
|
|
|
|
{{- with .Resources.GetMatch "avatar" }} |
|
|
|
|
|
<img class="shadow author" src="{{ .RelPermalink }}" alt="{{ .Params.alt }}"/> |
|
|
|
|
|
{{- end }} |
|
|
|
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
<h1>{{ .Params.name }}</h1> |
|
|
|
|
|
<a href={{ .Params.projects }}>Projects</a> |
|
|
|
|
|
<span> | </span> |
|
|
|
|
|
<a href="mailto:{{ .Params.email }}">{{ .Params.email}}</a> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</section> |
|
|
{{ .Content }} |
|
|
{{ .Content }} |
|
|
<section class="author-articles"> |
|
|
<section class="author-articles"> |
|
|
{{- range .Data.Pages }} |
|
|
{{- range .Data.Pages }} |
|
|