Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 517 Bytes

File metadata and controls

21 lines (16 loc) · 517 Bytes
layout page
title My schools and education history
permalink /about/schools/
regenerate true

<<< Back to about

Here is a list of all my education history. {% assign schools = site.schools | reverse %} {% for school in schools %}

{{ school.name }}

Category: {{ school.category }}

Time: {{ school.time }}

{{ school.Description }}

{{school.website | replace: "https://" ""}}

{% endfor %}