Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.4 KB

File metadata and controls

37 lines (31 loc) · 1.4 KB
layout default
title People
{% for person in site.data.people %} {% assign splitname = person.name | split: " " -%}

{{person.position}}

{% endfor %}

Alumni

{% for person in site.data.alumni %} {% assign splitname = person.name | split: " " -%}
    <p>Then: {{person.then}}
    
    {% if person.now != 'blank' %}
        <br> Now: {{person.now}}
    {% endif %}
    </p>

{% endfor %}

What's with the rubber ducks?

When someone joins the Atomic Architects, they get a debugger duck.