Skip to content

Commit 8e3cdb7

Browse files
committed
Comment out alumni section code in team layout
1 parent f457940 commit 8e3cdb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/team/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ $element.name | markdownify }}</h
7474
{{/* End Current Team Section */}}
7575

7676
{{/* Alumni Section */}}
77-
{{ with .Params.alumni_section }}
77+
{{/* {{ with .Params.alumni_section }}
7878
{{ if .enable }}
7979
<section class="section bg-dark-100 pt-0">
8080
<div class="container-lg">
@@ -93,7 +93,7 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ .name }}</h5>
9393
</div>
9494
</section>
9595
{{ end }}
96-
{{ end }}
96+
{{ end }} */}}
9797
{{/* End Alumni Section */}}
9898

9999
{{/* Technical Board Section */}}

0 commit comments

Comments
 (0)