diff --git a/assets/css/style.css b/assets/css/style.css index 3772b3a..ef817d2 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -369,14 +369,6 @@ main .e-content h2 { height: 250px; } -.main-home .h-card .avatar img { - width: 250px; - position: absolute; - margin: 0 auto; - left: 0; - right: 0; -} - .main-home .h-card .avatarMask { clip-path: circle(120px at center); -webkit-clip-path: circle(120px at center); diff --git a/layouts/index.html b/layouts/index.html index 67ea8a7..88f2d9e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}}
@@ -9,8 +9,8 @@ {{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }} {{ $profile_width := 250 }} {{ $profile_image := $profile_image.Resize (printf "%dx" $profile_width) }} - Photo of {{ .Site.Params.Author }} - + Photo of {{ .Site.Params.Author }} +

{{ .Site.Params.Author }}