add reddit information into social section

This commit is contained in:
Posquit0.BJ 2016-01-30 11:13:22 +09:00
parent 8af2e79d41
commit fd8b88ba15
4 changed files with 23 additions and 6 deletions

View file

@ -315,6 +315,10 @@
% Usage: \skype{<skype account>}
\newcommand*{\skype}[1]{\def\@skype{#1}}
% Defines writer's reddit (optional)
% Usage: \reddit{<reddit account>}
\newcommand*{\reddit}[1]{\def\@reddit{#1}}
% Defines writer's extra informations (optional)
% Usage: \extrainfo{<extra informations>}
\newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}}
@ -475,6 +479,16 @@
{\acvHeaderSocialSep}%
\faSkype\acvHeaderIconSep\@skype%
}%
\ifthenelse{\isundefined{\@reddit}}%
{}%
{%
\ifbool{isstart}%
{%
\setbool{istart}{false} %
}%
{\acvHeaderSocialSep}%
\href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}%
}%
\ifthenelse{\isundefined{\@extrainfo}}%
{}%
{%

View file

@ -57,9 +57,10 @@
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
% \stackoverflow{SOid}{SOname}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twit}
% \skype{skypeid}
% \skype{skype-id}
% \reddit{reddit-id}
% \extrainfo{extra informations}
\quote{``Make the change that you want to see in the world."}

View file

@ -57,9 +57,10 @@
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
% \stackoverflow{SOid}{SOname}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twit}
% \skype{skypeid}
% \skype{skype-id}
% \reddit{reddit-id}
% \extrainfo{extra informations}
\quote{``Make the change that you want to see in the world."}

View file

@ -57,9 +57,10 @@
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
% \stackoverflow{SOid}{SOname}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twit}
% \skype{skypeid}
% \skype{skype-id}
% \reddit{reddit-id}
% \extrainfo{extra informations}
\quote{``Make the change that you want to see in the world."}