From 50695c6fb3a1c0103207607c984f4ec1e7f57536 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Fri, 7 Nov 2025 18:10:42 +0000 Subject: [PATCH] fix: show only bullet points in long mode for awards (no duplicate text) --- templates/cv-content.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/cv-content.html b/templates/cv-content.html index 5ea49d0..984538b 100644 --- a/templates/cv-content.html +++ b/templates/cv-content.html @@ -162,18 +162,17 @@
{{.Title}}
{{.Issuer}} - {{.Date}} + {{if .ShortDescription}}

{{.ShortDescription}}

{{end}} {{if .Responsibilities}} -
-
    - {{range .Responsibilities}} -
  • {{.}}
  • - {{end}} -
-
+ {{end}}