EyeTrackVR-Docs/docs/_includes/people/site_authors/authors.html
ZanzyTHEbar fb59471707 update
2022-05-10 16:54:58 +02:00

15 lines
283 B
HTML

---
layout: default
title: Authors
---
<h1>Staff</h1>
<ul>
{% for author in site.authors %}
<li>
<h2><a href="{{ author.url }}">{{ author.name }}</a></h2>
<h3>{{ author.position }}</h3>
<p>{{ author.content | markdownify }}</p>
</li>
{% endfor %}
</ul>