diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 996dfc2..7c5a620 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -5,8 +5,16 @@

- + + {{ with $.Site.Params.avatar }} + + + {{ else }} + + {{ end }} + {{ .Site.Params.author }} / @@ -61,4 +69,4 @@ crossorigin="anonymous" async> -{{ end }} \ No newline at end of file +{{ end }}