mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-02 13:36:19 -05:00
moderncv: refactor Preamble.j2.tex
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user