Skip to content

Commit b4c0982

Browse files
committed
change img size and affilations
1 parent 2dbb251 commit b4c0982

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

layouts/people/alumni.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{- $resource := .Resources.GetMatch .Params.avatar -}}
2-
{{- $img := $resource.Fill "250x250 jpeg q90" -}}
2+
{{- $img := $resource.Fill "150x150 jpeg q90" -}}
33

44

5-
<li class="p-2 align-items-stretch" style="max-width:250px;">
5+
<li class="p-2 align-items-stretch" style="max-width:150px;">
66
<a href="{{ .Permalink }}" class="link-unstyled">
77
<div class="card" style="height:100%">
88
<img
@@ -19,7 +19,7 @@ <h5 class="card-title">
1919
{{- end -}}
2020
{{- .Params.title -}}
2121
</h5>
22-
<p class="card-text">{{ .Params.role | markdownify | title }}</p>
22+
<p class="card-text">{{ Params.organizations.name | markdownify | title }}</p>
2323
</div>
2424
</div>
2525
</a>

0 commit comments

Comments
 (0)