mirror of
https://github.com/rendercv/rendercv.git
synced 2026-05-18 21:52:33 -04:00
fix show_timespan_in option of classic theme
This commit is contained in:
@@ -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] *))
|
||||
|
||||
@@ -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] *))
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
\hspace{0.5cm}
|
||||
((* endif *))
|
||||
((* if cv.website *))
|
||||
\mbox{\hrefWithoutArrow{<<cv.website>>}{{\small\faLink}\hspace{0.13cm}<<cv.website|replace("https://","")|replace("/","")>>}}
|
||||
\mbox{\hrefWithoutArrow{<<cv.website>>}{{\small\faLink}\hspace{0.13cm}<<cv.website|replace("https://","")|reverse|replace("/", "", 1)|reverse>>}}
|
||||
\hspace{0.5cm}
|
||||
((* endif *))
|
||||
((*
|
||||
|
||||
@@ -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] *))
|
||||
|
||||
Reference in New Issue
Block a user