From 41f3c1093093985ebcba519cada4fc903af2ea61 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Thu, 15 Feb 2024 18:10:21 +0100 Subject: [PATCH] fix show_timespan_in option of classic theme --- rendercv/themes/classic/EducationEntry.j2.tex | 2 +- rendercv/themes/classic/ExperienceEntry.j2.tex | 2 +- rendercv/themes/classic/Header.j2.tex | 2 +- rendercv/themes/classic/NormalEntry.j2.tex | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rendercv/themes/classic/EducationEntry.j2.tex b/rendercv/themes/classic/EducationEntry.j2.tex index b31b2cc5..96bfa53e 100644 --- a/rendercv/themes/classic/EducationEntry.j2.tex +++ b/rendercv/themes/classic/EducationEntry.j2.tex @@ -1,4 +1,4 @@ -((* if section_title in design.show_time_span_in *)) +((* if section_title in design.show_timespan_in *)) ((* set date_and_location_strings = [entry.location, entry.date_string, entry.time_span_string] *)) ((* else *)) ((* set date_and_location_strings = [entry.location, entry.date_string] *)) diff --git a/rendercv/themes/classic/ExperienceEntry.j2.tex b/rendercv/themes/classic/ExperienceEntry.j2.tex index c0ce3401..5497b910 100644 --- a/rendercv/themes/classic/ExperienceEntry.j2.tex +++ b/rendercv/themes/classic/ExperienceEntry.j2.tex @@ -1,4 +1,4 @@ -((* if section_title in design.show_time_span_in *)) +((* if section_title in design.show_timespan_in *)) ((* set date_and_location_strings = [entry.location, entry.date_string, entry.time_span_string] *)) ((* else *)) ((* set date_and_location_strings = [entry.location, entry.date_string] *)) diff --git a/rendercv/themes/classic/Header.j2.tex b/rendercv/themes/classic/Header.j2.tex index f971cad5..0a00a27b 100644 --- a/rendercv/themes/classic/Header.j2.tex +++ b/rendercv/themes/classic/Header.j2.tex @@ -27,7 +27,7 @@ \hspace{0.5cm} ((* endif *)) ((* if cv.website *)) - \mbox{\hrefWithoutArrow{<>}{{\small\faLink}\hspace{0.13cm}<>}} + \mbox{\hrefWithoutArrow{<>}{{\small\faLink}\hspace{0.13cm}<>}} \hspace{0.5cm} ((* endif *)) ((* diff --git a/rendercv/themes/classic/NormalEntry.j2.tex b/rendercv/themes/classic/NormalEntry.j2.tex index f0f809dc..7e6edb9b 100644 --- a/rendercv/themes/classic/NormalEntry.j2.tex +++ b/rendercv/themes/classic/NormalEntry.j2.tex @@ -1,4 +1,4 @@ -((* if section_title in design.show_time_span_in *)) +((* if section_title in design.show_timespan_in *)) ((* set date_and_location_strings = [entry.location, entry.date_string, entry.time_span_string] *)) ((* else *)) ((* set date_and_location_strings = [entry.location, entry.date_string] *))