From b8ad6dbb259f15fe9e5650d6135e4b0250451e2b Mon Sep 17 00:00:00 2001 From: Ricardo Date: Mon, 9 Feb 2026 14:31:23 +0100 Subject: [PATCH] style: show experience highlights as tags instead of bullet list Matches the tag/pill style used by interests and skills sections. Co-Authored-By: Claude Opus 4.6 --- _includes/components/sections/cv-experience.njk | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_includes/components/sections/cv-experience.njk b/_includes/components/sections/cv-experience.njk index f7e439c..1d1fb8a 100644 --- a/_includes/components/sections/cv-experience.njk +++ b/_includes/components/sections/cv-experience.njk @@ -31,14 +31,13 @@

{{ item.description }}

{% endif %} {% if showHighlights and item.highlights and item.highlights.length %} - + {% endif %} {% endfor %}