{{page.title}}
{% assign cert_list = site.data.certifications | sort: 'issue_date' | reverse %}
{% for cert in cert_list %}
{% if cert.image %}
{% else %}
{% endif %}
{% endfor %}
{{ cert.cert_title }}
{% if cert.issue_date %}Issued by: {{ cert.issued_by }} on {{ cert.issue_date | date: "%Y %B %d" }}
{% else %}Issued by: {{ cert.issued_by }}
{% endif %}