diff --git a/layouts/blog/single.amp.html b/layouts/blog/single.amp.html
index 7974644..6c7f23f 100644
--- a/layouts/blog/single.amp.html
+++ b/layouts/blog/single.amp.html
@@ -11,7 +11,7 @@
{{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }}
{{ $profile_width := 75 }}
{{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }}
-
+
{{ .Site.Params.Author }}
{{ .Scratch.Set "beforeDateString" "Published on "}}
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 8952e28..1c77f52 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -11,7 +11,7 @@
{{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }}
{{ $profile_width := 75 }}
{{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }}
-
+
{{ .Site.Params.Author }}
{{ .Scratch.Set "beforeDateString" "Published on "}}
diff --git a/layouts/index.html b/layouts/index.html
index d01dd7e..9f30ddb 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -9,7 +9,7 @@
{{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }}
{{ $profile_width := 250 }}
{{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }}
-
+
diff --git a/layouts/paper/single.html b/layouts/paper/single.html
index b02a3d5..2bbe864 100644
--- a/layouts/paper/single.html
+++ b/layouts/paper/single.html
@@ -11,7 +11,7 @@
{{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }}
{{ $profile_width := 75 }}
{{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }}
-
+
{{ .Site.Params.Author }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 9508785..d5aa334 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -28,7 +28,7 @@
{{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }}
{{ $profile_width := 75 }}
{{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }}
-
+