layout | title |
---|---|
default |
People |
{% for a in site.authors do %} {% assign adata = a[0] %} {% assign thisauthor = site.authors[adata] %}
{% if thisauthor.prof == true %}
{{ thisauthor.about }} Find {{ thisauthor.name }} on Twitter, Github, and on the web.
-
{% for p in site.posts do %}
{% for authors in p.author %}
{% if authors == adata %}
- => {{p.title}} - {{ p.date | date_to_string }} {% endif %} {% endfor %} {% endfor %}
{% endif %} {% endfor %}
You should see your name in the list below. If you don't, email me or open an Issue on Github.
I want to know more about you! Later in class we'll enter in all of your information like mine is. For now, please fill out this Questionaire.
{% for a in site.authors do %} {% assign adata = a[0] %} {% assign thisauthor = site.authors[adata] %}
{% if thisauthor.prof != true %}
{{ thisauthor.about }} Find {{ thisauthor.name }} on Twitter, Github, and on the web.
{% for p in site.posts do %}
{% for authors in p.author %}
{% if authors == adata %}
- [{{ p.title }}]({{ site.baseurl }}{{p.url}}) {% endif %} {% endfor %} {% endfor %} {% endif %} {% endfor %}