We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbb251 commit b4c0982Copy full SHA for b4c0982
1 file changed
layouts/people/alumni.html
@@ -1,8 +1,8 @@
1
{{- $resource := .Resources.GetMatch .Params.avatar -}}
2
-{{- $img := $resource.Fill "250x250 jpeg q90" -}}
+{{- $img := $resource.Fill "150x150 jpeg q90" -}}
3
4
5
-<li class="p-2 align-items-stretch" style="max-width:250px;">
+<li class="p-2 align-items-stretch" style="max-width:150px;">
6
<a href="{{ .Permalink }}" class="link-unstyled">
7
<div class="card" style="height:100%">
8
<img
@@ -19,7 +19,7 @@ <h5 class="card-title">
19
{{- end -}}
20
{{- .Params.title -}}
21
</h5>
22
- <p class="card-text">{{ .Params.role | markdownify | title }}</p>
+ <p class="card-text">{{ Params.organizations.name | markdownify | title }}</p>
23
</div>
24
25
</a>
0 commit comments