Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 336 Bytes

authors.md

File metadata and controls

15 lines (14 loc) · 336 Bytes
layout title clickbait
page
Authors
Our authors deserve their own space 😇
    {% for author in site.authors %}
  • {{ author.position }}

    {{ author.content | markdownify }}

  • {% endfor %}