mirror of https://github.com/eyhc1/rendercv.git
classic: include Orcid in header
This commit is contained in:
parent
9fd78ba714
commit
0e7a478c29
|
@ -1,15 +1,10 @@
|
||||||
((* set orcid_url = (cv.social_networks|get_an_item_with_a_specific_attribute_value("network", "Orcid")).url *))
|
|
||||||
((* if design.show_last_updated_date *))
|
((* if design.show_last_updated_date *))
|
||||||
\placelastupdatedtext
|
\placelastupdatedtext
|
||||||
((* endif *))
|
((* endif *))
|
||||||
((* if cv.name is not none *))
|
((* if cv.name is not none *))
|
||||||
\begin{header}
|
\begin{header}
|
||||||
\fontsize{<<design.header_font_size>>}{<<design.header_font_size>>}
|
\fontsize{<<design.header_font_size>>}{<<design.header_font_size>>}
|
||||||
((* if orcid_url *))
|
|
||||||
\hrefWithoutArrow{<<orcid_url>>}{\textbf{<<cv.name>>}}
|
|
||||||
((* else *))
|
|
||||||
\textbf{<<cv.name>>}
|
\textbf{<<cv.name>>}
|
||||||
((* endif *))
|
|
||||||
|
|
||||||
\vspace{<<design.margins.header.vertical_between_name_and_connections>>}
|
\vspace{<<design.margins.header.vertical_between_name_and_connections>>}
|
||||||
|
|
||||||
|
@ -36,6 +31,7 @@
|
||||||
"GitHub": "\\faGithub",
|
"GitHub": "\\faGithub",
|
||||||
"Instagram": "\\faInstagram",
|
"Instagram": "\\faInstagram",
|
||||||
"Mastodon": "\\faMastodon",
|
"Mastodon": "\\faMastodon",
|
||||||
|
"Orcid": "\\faOrcid",
|
||||||
}
|
}
|
||||||
*))
|
*))
|
||||||
((* if cv.social_networks *))
|
((* if cv.social_networks *))
|
||||||
|
|
Loading…
Reference in New Issue