Skip to content

Commit

Permalink
Comment out alumni section code in team layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Jan 13, 2025
1 parent f457940 commit 8e3cdb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/team/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ $element.name | markdownify }}</h
{{/* End Current Team Section */}}

{{/* Alumni Section */}}
{{ with .Params.alumni_section }}
{{/* {{ with .Params.alumni_section }}
{{ if .enable }}
<section class="section bg-dark-100 pt-0">
<div class="container-lg">
Expand All @@ -93,7 +93,7 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ .name }}</h5>
</div>
</section>
{{ end }}
{{ end }}
{{ end }} */}}
{{/* End Alumni Section */}}

{{/* Technical Board Section */}}
Expand Down

0 comments on commit 8e3cdb7

Please sign in to comment.