{{ define "title" }} {{ .Title }} {{ end }} {{ define "subtitle" }} {{ .Params.subtitle }} {{ end }} {{ define "content" }}
|
{{ $avatar := resources.GetRemote (print "https://www.gravatar.com/avatar/" (sha256 .Params.author_email)) |
resources.Copy (print "images/avatars/" (sha256 .Params.author_email) ".jpg") }}
|
This is a post by {{ .Params.author }}. |