From 6b3f3d894a1db73c1ffe0e4a389c0b7d0e04386d Mon Sep 17 00:00:00 2001 From: Joe Matthews Date: Wed, 27 Jun 2018 18:25:59 -0500 Subject: [PATCH] Update index.html --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index fc2d818..a41ace4 100644 --- a/index.html +++ b/index.html @@ -112,36 +112,36 @@

{{ position.name }}


-

Education

+

Certifications

- {% for school in site.data.schools %} + {% for certification in site.data.certifications %}
-

{{ school.location }}

+

{{ certification.location }}

-

{{ school.name }}

+

{{ certification.name }}

-

{{ school.dates }}

+

{{ certification.dates }}

    - {% for point in school.points %} + {% for point in certification.points %}
  • {{ point }}
  • {% endfor %}
- {% if school != site.data.schools.last %} + {% if certification != site.data.certification.last %}
{% endif %} {% endfor %}