themes: fix links

This commit is contained in:
Sina Atalay 2024-05-31 19:56:19 +03:00
parent 6bbd472713
commit 031f180324
3 changed files with 3 additions and 3 deletions

View File

@ -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 *))

View File

@ -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 *))

View File

@ -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 *))