{% comment %}
Follow official schema:
/* TEAM */
Your title: Your name. Site: email, link to a contact form, etc. Twitter: your Twitter username. Location: City, Country.
/* THANKS */
Name: name or url
/* SITE */
Last update: YYYY/MM/DD Standards: HTML5, CSS3,.. Components: Modernizr, jQuery, etc. Software: Software used for the development
{% endcomment %}{% if site.humanstxt.team %} /* TEAM */ {% for entry in site.humanstxt.team %} Your title: {{entry.title}} Site: {{entry.site}} Twitter: {{entry.twitter}} Location: {{entry.location}} {% endfor %}{% endif %} {% if site.humanstxt.thanks %} /* THANKS */ {% for entry in site.humanstxt.thanks %} Name: {{entry.name}}{% endfor %} {% endif %} {% if site.humanstxt.site %} /* SITE */ {% assign entry = site.humanstxt.site %} Last update: {{entry.last-update}} Standards: {{entry.standards}} Components: {{entry.components}} Software: {{entry.software}} {% endif %}