From 23ac5ab6ea59c2d84e3b514d69f93e72b9c3a648 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 2 Aug 2023 20:41:53 +0200 Subject: [PATCH 1/2] test ci --- layouts/authors/list.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/authors/list.html b/layouts/authors/list.html index 88163d6..ca19ca2 100644 --- a/layouts/authors/list.html +++ b/layouts/authors/list.html @@ -5,11 +5,9 @@
{{ $name := .Params.name }} - {{ with .Params.github }} - {{ $image := resources.GetRemote (printf "https://github.com/%s.png" .) }} + {{ $image := resources.GetRemote (printf "https://github.com/%s.png" .Params.github) }} {{ $image := $image.Resize "160x" }} {{ $name }} - {{ end }}

{{ .Params.name }}

From c690c2461a0e2e70bd5440701e27b7bf21e0e943 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 2 Aug 2023 20:43:27 +0200 Subject: [PATCH 2/2] Revert "test ci" This reverts commit 23ac5ab6ea59c2d84e3b514d69f93e72b9c3a648. --- layouts/authors/list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/authors/list.html b/layouts/authors/list.html index ca19ca2..88163d6 100644 --- a/layouts/authors/list.html +++ b/layouts/authors/list.html @@ -5,9 +5,11 @@
{{ $name := .Params.name }} - {{ $image := resources.GetRemote (printf "https://github.com/%s.png" .Params.github) }} + {{ with .Params.github }} + {{ $image := resources.GetRemote (printf "https://github.com/%s.png" .) }} {{ $image := $image.Resize "160x" }} {{ $name }} + {{ end }}

{{ .Params.name }}