PomeloNote/docs/about_us.md
2022-11-03 11:28:37 +01:00

6 lines
No EOL
175 B
Markdown

## Our Dev Team
{% for dev in site.data.devs %}
### {{ dev.name }}
- [GitHub](https://github.com/{{ dev.github }})
![{{ dev.name }}](images/{{ dev.image }}.jpg)
{% endfor %}