Skip to content
Snippets Groups Projects
people.html 361 B
Newer Older
  • Learn to ignore specific revisions
  • Thomas Wood's avatar
    Thomas Wood committed
    ---
    title: People
    
    Shale XIONG's avatar
    Shale XIONG committed
    menu_order: 3
    
    permalink: /people/
    redirect_from: /people.html
    
    Thomas Wood's avatar
    Thomas Wood committed
    ---
    
    Shale XIONG's avatar
    Shale XIONG committed
    {% assign current_peoele = site.people | where: "alumnus","false" %}
    {% include person-cards.html people=current_peoele %}
    
    <br>
    
    <h2 class="post-title">Alumni</h2>
    
    {% assign alumni = site.people | where: "alumnus","true" %}
    {% include alumni.html people=alumni %}