diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html new file mode 100644 index 0000000..a9063d4 --- /dev/null +++ b/layouts/partials/home/profile.html @@ -0,0 +1,36 @@ +
+
+ {{ with .Site.Language.Params.Author.image }} + {{ $authorImage := resources.Get . }} + {{ if $authorImage }} + {{ $authorImage := $authorImage.Fill "288x288 Center" }} + {{ $.Site.Language.Params.Author.name | default + {{ end }} + {{ end }} +

+ {{ .Site.Language.Params.Author.name | default .Site.Title }} +

+ {{ with .Site.Language.Params.Author.headline }} +

+ {{ . | markdownify | emojify }} +

+ {{ end }} +
+ {{ partialCached "author-links.html" . }} +
+
+
{{ .Content | emojify }}
+
+
+ {{ partial "recent-articles.html" . }} +