forked from mirrors/Awesome-CV
Merge branch 'thomasiffland-master'
This commit is contained in:
commit
867906eca2
1 changed files with 11 additions and 1 deletions
|
@ -308,7 +308,6 @@
|
|||
% Usage: \linkedin{<linked-in-nick>}
|
||||
\newcommand*{\linkedin}[1]{\def\@linkedin{#1}}
|
||||
|
||||
% Defines writer's twitter (optional)
|
||||
% Usage: \twitter{<twitter handle>}
|
||||
\newcommand*{\twitter}[1]{\def\@twitter{#1}}
|
||||
|
||||
|
@ -320,6 +319,11 @@
|
|||
% Usage: \reddit{<reddit account>}
|
||||
\newcommand*{\reddit}[1]{\def\@reddit{#1}}
|
||||
|
||||
% Defines writer's xing (optional)
|
||||
% Usage: \xing{<xing name>}
|
||||
\newcommand*{\xing}[1]{\def\@xing{#1}}
|
||||
|
||||
% Defines writer's twitter (optional)
|
||||
% Defines writer's extra informations (optional)
|
||||
% Usage: \extrainfo{<extra informations>}
|
||||
\newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}}
|
||||
|
@ -464,6 +468,12 @@
|
|||
\ifbool{isstart}{\setbool{istart}{false}}{\acvHeaderSocialSep}%
|
||||
\href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}%
|
||||
}%
|
||||
\ifthenelse{\isundefined{\@xing}}%
|
||||
{}%
|
||||
{%
|
||||
\ifbool{isstart}{\setbool{istart}{false}}{\acvHeaderSocialSep}%
|
||||
\href{https://www.xing.com/profile/\@xing}{\faXingSquare\acvHeaderIconSep\@xing}
|
||||
}%
|
||||
\ifthenelse{\isundefined{\@extrainfo}}%
|
||||
{}%
|
||||
{%
|
||||
|
|
Loading…
Reference in a new issue