mirror of https://github.com/eyhc1/rendercv.git
moderncv: refactor Preamble.j2.tex
This commit is contained in:
parent
a2ff208b85
commit
1db3f851cb
|
@ -60,12 +60,9 @@
|
|||
\homepage{<<cv.website|replace("https://", "")|reverse|replace("/", "", 1)|reverse>>}
|
||||
((* endif *))
|
||||
|
||||
((* set available_social_networks = ["LinkedIn", "GitHub", "Orcid" ]*))
|
||||
((* if cv.social_networks *))
|
||||
((* for network in cv.social_networks *))
|
||||
((* if network.network in available_social_networks *))
|
||||
\social[<<network.network|lower()>>]{<<network.username>>}
|
||||
((* endif *))
|
||||
((* endfor *))
|
||||
((* endif *))
|
||||
% Social icons
|
||||
|
|
Loading…
Reference in New Issue