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..842aabf 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) }}
-
+
@@ -64,7 +64,7 @@
{{ else }}
{{ $name = .Params.taxon.name }}
{{ end }}
-
Nature Observation: {{ title $name }}
+Nature Observation: {{ title $name }}
{{ end }} 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) }} -