1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
amp/docs/humans.txt
2017-05-28 16:07:07 +02:00

12 lines
357 B
Plaintext

---
layout:
---
/* SITE */
Last Updated: {{ site.time | date: "%Y/%m/%d" }}
Components: {% for dependency in site.github.versions %}
- {{ dependency[0] }} @ {{ dependency[1]}}{% endfor %}
/* TEAM */
Contributors: {% for contributor in site.github.contributors %}
- {{ contributor.login }} with {{ contributor.contributions }} contribution(s){% endfor %}