1
0
Fork 0

Move education section to the bottom of the page.

main
Mari 4 years ago
parent ea5d7e6367
commit 215f693029
  1. 8
      _includes/layouts/resume.njk

@ -13,10 +13,6 @@ layout: layouts/base.njk
{% include "components/resume/contact-section.njk" %}
</section>
<section id="education" class="right">
{% include "components/resume/education-section.njk" %}
</section>
<section id="about" class="right">
<h2>About</h2>
{{ layoutContent | safe }}
@ -33,5 +29,9 @@ layout: layouts/base.njk
<section id="awards" class="left">
{% include "components/resume/award-section.njk" %}
</section>
<section id="education" class="right">
{% include "components/resume/education-section.njk" %}
</section>
</div>
</div>

Loading…
Cancel
Save