chore: revert

This commit is contained in:
eggy 2024-08-09 14:51:23 -04:00
parent 164d8d28d7
commit 083f2667a7

42
lib.typ
View File

@ -63,27 +63,29 @@
location: none, location: none,
company_link: none, company_link: none,
) = { ) = {
cv_entry(left_content: { cv_entry(
set par(justify: true) left_content: {
if company_link == none { set par(justify: true)
text(DETAILS_TITLE_FONT_SIZE)[*#company* | _#role _] if company_link == none {
} else { text(DETAILS_TITLE_FONT_SIZE)[*#company* | _#role _]
// size is DETAILS_TITLE_FONT_SIZE } else {
text( // size is DETAILS_TITLE_FONT_SIZE
DETAILS_TITLE_FONT_SIZE, text(DETAILS_TITLE_FONT_SIZE)[#link(company_link)[*#company*] | _#role _]
)[#link(company_link)[*#company* #fa(link-icon)] | _#role _] }
}
if tools != none { if tools != none {
set strong(delta: SMALL_STRONG) set strong(delta: SMALL_STRONG)
text[ | *#tools* ] text[ | *#tools* ]
} }
}, right_content: { },
[_#start_date -- #end_date _] right_content: {
// if location != none { [_#start_date -- #end_date _]
// format_location(location) // if location != none {
// } // format_location(location)
}, details: tasks) // }
},
details: tasks,
)
} }
#let project( #let project(