mirror of https://github.com/eyhc1/rendercv.git
themes: fix links
This commit is contained in:
parent
6bbd472713
commit
031f180324
|
@ -193,5 +193,5 @@
|
||||||
|
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
((* if not design.disable_external_link_icons *))
|
((* if not design.disable_external_link_icons *))
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}
|
||||||
((* endif *))
|
((* endif *))
|
|
@ -182,5 +182,5 @@
|
||||||
|
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
((* if not design.disable_external_link_icons *))
|
((* if not design.disable_external_link_icons *))
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}
|
||||||
((* endif *))
|
((* endif *))
|
|
@ -170,5 +170,5 @@
|
||||||
|
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
((* if not design.disable_external_link_icons *))
|
((* if not design.disable_external_link_icons *))
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}
|
||||||
((* endif *))
|
((* endif *))
|
Loading…
Reference in New Issue