From 215f693029a848c83cdc28c9fbfa23e95b9d223a Mon Sep 17 00:00:00 2001 From: Mari Date: Tue, 25 Feb 2020 19:51:15 -0500 Subject: [PATCH] Move education section to the bottom of the page. --- _includes/layouts/resume.njk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/layouts/resume.njk b/_includes/layouts/resume.njk index f197834..c1b7c8a 100644 --- a/_includes/layouts/resume.njk +++ b/_includes/layouts/resume.njk @@ -13,10 +13,6 @@ layout: layouts/base.njk {% include "components/resume/contact-section.njk" %} -
- {% include "components/resume/education-section.njk" %} -
-

About

{{ layoutContent | safe }} @@ -33,5 +29,9 @@ layout: layouts/base.njk
{% include "components/resume/award-section.njk" %}
+ +
+ {% include "components/resume/education-section.njk" %} +