fix show_timespan_in option of classic theme

This commit is contained in:
Sina Atalay
2024-02-15 18:10:21 +01:00
parent 4f7bde20c5
commit 41f3c10930
4 changed files with 4 additions and 4 deletions

View File

@@ -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] *))

View File

@@ -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] *))

View File

@@ -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 *))
((*

View File

@@ -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] *))