layout | title | show_in_nav | permalink |
---|---|---|---|
default |
Writeups by author |
false |
/writeups_author/ |
Browse writeups by CTF / latest
{% assign authors = site.data.authors | sort: "handles" %} {% assign writeups = site.writeups | sort: "contest" %}
{% for author in authors %}
{%- for handle in author.handles -%} {%- if handle == author.handles[0] -%} {{ handle | escape }} {%- else -%} {{ handle | escape }} {%- endif -%} {%- endfor -%}
{%- if author.email -%}
- {{ author.email | escape }}
{%- endif -%}
{% endfor %}