Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 736 Bytes

File metadata and controls

23 lines (21 loc) · 736 Bytes
layout page
title My awards and certifications
permalink /about/certs/
regenerate true

<<< Back to about

Here is a list of all awards I received and certifications I gained through the years. {% assign certs = site.certs | reverse %} {% for cert in certs %}

{{ cert.title }}

{{ cert.time }}

{%if cert.link != null %}

Link to credential

{%endif%}

{{ cert.description }}

{% endfor %}