Skip to content

Commit

Permalink
feat(metadata): add varDisplayLogo variable
Browse files Browse the repository at this point in the history
now you can control whether you want to display logos gloablly or not
  • Loading branch information
mintyfrankie committed Jun 25, 2023
1 parent b96020c commit e83e613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion awesomeCV
3 changes: 3 additions & 0 deletions metadata.typ
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
// Decide if you want to put your company in bold or your position in bold
#let varEntrySocietyFirst = false

// Decide if you want to display organisation logo or not
#let varDisplayLogo = true

// for cvFooter and letterFooter arrays, add your own languages while the keys must match the varLanguage variable
#let cvFooterInternational = (
"": "Curriculum vitae",
Expand Down

0 comments on commit e83e613

Please sign in to comment.