From 897f563b23dd40f8f6f7a3b0532629de84ae3e24 Mon Sep 17 00:00:00 2001 From: Phillip K <34702189+gaterunner341@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:28:59 -0400 Subject: [PATCH] Update resume.html --- _layouts/resume.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_layouts/resume.html b/_layouts/resume.html index 4de5e8b..db111f5 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -11,13 +11,12 @@

Summary

Experience

{% for company in site.data.experience %}
- {{ company.company }} + {{ company.company }}
{{ company.alt }} {% for position in company.positions %}
-

{{ position.position }}

+ {{ position.position }}

Duration: {{ position.duration }}

-

{{ position.summary | markdownify }}

{% endfor %}