Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 503 Bytes

File metadata and controls

23 lines (20 loc) · 503 Bytes
layout page
title OpenTechSchool Authors

{% include JB/setup %}

The Authors

{% for author_data in site.authors %} {% assign author_id = author_data[0] %} {% assign author = author_data[1] %}
{% if author.image %} {% endif %}
<h3 id="{{author_id}}">{{author.name}}</h3>
<p>{{author.about}}</p>
<p><a href="mailto: {{author.email}}">{{author.email}}</a></p>
{% endfor %}