File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
content/blog/summarizing-ying-zhu-lfx-mentorship Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ draft: false
55image :
66 url : patch.png
77 attribution :
8- author : fdrees
8+ authors :
9+ - fdrees
910tags :
1011 - mentorship
1112 - lfx
Original file line number Diff line number Diff line change 1- {{ $author := $.Site.GetPage (path.Join "authors" .Params.author)}}
2- < div class ="my-auto ">
3- < img src ="{{ $author.RelPermalink }}/{{ $author.Params.avatar }} " class ="w-10 h-10 rounded-full "
4- alt ="{{$author.Params.name}} ">
1+ {{ with .GetTerms "authors" }}
2+ < div class ="flex gap-3 ">
3+ {{ range . }}
4+ < div class ="my-auto ">
5+ < img src ="{{ .RelPermalink }}/{{ .Params.avatar }} " class ="w-10 h-10 rounded-full "
6+ alt ="{{.LinkTitle}} ">
7+ </ div >
8+ {{ end }}
59</ div >
6- < div class ="my-auto ">
7- < div >
8- < h1 class ="text-lg charcoal font-bold ">
9- {{$author.Params.name}}
10- </ h1 >
11- </ div >
12- </ div >
10+ {{ end }}
You can’t perform that action at this time.
0 commit comments