diff --git a/_includes/figure.liquid b/_includes/figure.liquid index 191c638006133..b7af274ef91d1 100644 --- a/_includes/figure.liquid +++ b/_includes/figure.liquid @@ -44,8 +44,11 @@ {% else %} height="auto" {% endif %} - {% if include['min-width'] or include['min-height'] or include['max-width'] or include['max-height'] %} + {% if include.style or include['min-width'] or include['min-height'] or include['max-width'] or include['max-height'] %} style=" + {% if include.style %} + {{ include.style }} + {% endif %} {% if include['min-width'] %} min-width: {{ include.min-width }}; {% endif %} diff --git a/_includes/team_member.liquid b/_includes/team_member.liquid new file mode 100644 index 0000000000000..44051f28d7194 --- /dev/null +++ b/_includes/team_member.liquid @@ -0,0 +1,23 @@ +
diff --git a/_pages/team.md b/_pages/team.md index f057a74822d75..5b9d43916b565 100644 --- a/_pages/team.md +++ b/_pages/team.md @@ -5,7 +5,7 @@ title: Team description: Current and previous members of the lab nav: true nav_order: 6 -display_categories: [Director, Visiting Scholar, PhD, Graduate, Undergraduate, Collaborators, Alumni] +display_categories: [Lab, Collaborators, Alumni] horizontal: true --- @@ -21,9 +21,9 @@ horizontal: true {% if page.horizontal -%}