From 10c6b0fbf3ca316f5def6bb11286f6a1cc1a7d97 Mon Sep 17 00:00:00 2001 From: Konstantin Tenekedzhiev Date: Thu, 29 Dec 2022 17:16:53 +0200 Subject: [PATCH] fix: no need to show headings if no values are present --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 898fa90..28ca8e0 100644 --- a/index.html +++ b/index.html @@ -975,12 +975,12 @@
{{work.startDate}} - - {{$root.workEndDate(w_index)}} - {{$root.workEndDate(w_index)}} + Current + {{$root.workEndDate(w_index)}}
-
Highlights
+
Highlights
  1. {{highlight}} @@ -1004,7 +1004,7 @@
    {{vol.startDate}} - {{vol.endDate}}
    -
    Highlights
    +
    Highlights
    1. {{highlight}} @@ -1028,7 +1028,7 @@

      GPA: {{edu.gpa}}

      -
      Courses
      +
      Courses
      1. {{course}} @@ -1137,8 +1137,8 @@ {{project.url}}
        {{project.startDate}} - - {{$root.projectEndDate(p_index)}} - {{$root.projectEndDate(p_index)}} + Current + {{$root.projectEndDate(p_index)}}