Skip to content

Commit

Permalink
Merge pull request #68 from MIT-LCP/fix_headers
Browse files Browse the repository at this point in the history
Fixes People Page header ordering #60.
  • Loading branch information
tompollard authored Sep 9, 2020
2 parents 29fb777 + a5b61e0 commit 321d30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 class="site-section border-bottom" id="researchers">Current members</h2>

{% for person in people.current_members %}
<div id="{{ person.name | replace(' ','_') }}">
<h2 class="site-section-meta">{{ person.name }}</h2>
<h3 class="site-section-meta">{{ person.name }}</h3>
<div class="row">
<div class="col-md-2">
{% if person.image %}
Expand Down

0 comments on commit 321d30f

Please sign in to comment.