We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f457940 commit 8e3cdb7Copy full SHA for 8e3cdb7
layouts/team/list.html
@@ -74,7 +74,7 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ $element.name | markdownify }}</h
74
{{/* End Current Team Section */}}
75
76
{{/* Alumni Section */}}
77
-{{ with .Params.alumni_section }}
+{{/* {{ with .Params.alumni_section }}
78
{{ if .enable }}
79
<section class="section bg-dark-100 pt-0">
80
<div class="container-lg">
@@ -93,7 +93,7 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ .name }}</h5>
93
</div>
94
</section>
95
{{ end }}
96
-{{ end }}
+{{ end }} */}}
97
{{/* End Alumni Section */}}
98
99
{{/* Technical Board Section */}}
0 commit comments