diff --git a/layouts/blog/single.amp.html b/layouts/blog/single.amp.html index 6c7f23f..7974644 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 1c77f52..8952e28 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 842aabf..d01dd7e 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) }} - Photo of {{ .Site.Params.Author }} + Photo of {{ .Site.Params.Author }} @@ -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 2bbe864..b02a3d5 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 d5aa334..9508785 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) }} - Photo of {{ .Site.Params.Author }} + Photo of {{ .Site.Params.Author }}
diff --git a/layouts/tracks/single.html b/layouts/tracks/single.html index fd292e8..f53f870 100644 --- a/layouts/tracks/single.html +++ b/layouts/tracks/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 "}}