diff --git a/src/index.md b/src/index.md index e9fc39d..71ecb43 100644 --- a/src/index.md +++ b/src/index.md @@ -82,22 +82,22 @@ image: "/assets/images/jesus.webp"

Work Experience

-
+
{# Loop through and display all "featured" roles #} {%- for role in roles -%} {%- if role.featured -%} -
+
-
+

{{ role.title }}

{%- if role.company -%}

- {{ role.company }} + {{ role.company }}

{%- endif -%}
@@ -116,12 +116,15 @@ image: "/assets/images/jesus.webp"

Previous Roles

-
    +
      {%- for role in roles -%} {%- if not role.featured -%} {%- if role.company -%} -
    • - {{ role.title }} at {{ role.company }} +
    • + {{ role.title -}} +

      + {{ role.company }} +

    • {%- endif -%} {%- endif -%}