Skip to content

Commit

Permalink
fix issue billryan#32
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Sep 2, 2018
1 parent fa2f054 commit d264ab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
\ifthenelse{\isempty{#1}}%
{\href{#2}{#2}}
{\href{#2}{#1}}}
\newcommand{\linkedinsquare}[2][]{\faLinkedinSquare\
\ifthenelse{\isempty{#1}}%
{\href{#2}{#2}}
{\href{#2}{#1}}}
% defines one's GitHub
% usage: \github{<github>}
\newcommand{\github}[2][]{\faGithub\
Expand Down

0 comments on commit d264ab9

Please sign in to comment.