fix header connections bug in classic theme

This commit is contained in:
Sina Atalay 2024-02-17 19:49:20 +01:00
parent 7b33723380
commit c68b6bbaa4
1 changed files with 10 additions and 10 deletions

View File

@ -15,20 +15,20 @@
\normalsize \normalsize
((* if cv.phone *)) ((* if cv.phone *))
\mbox{\hrefWithoutArrow{<<cv.phone|replace("-","")>>}{{\footnotesize\faPhone*}\hspace{0.13cm}<<cv.phone|replace("tel:", "")|replace("-"," ")>>}} \mbox{\hrefWithoutArrow{<<cv.phone|replace("-","")>>}{{\footnotesize\faPhone*}\hspace*{0.13cm}<<cv.phone|replace("tel:", "")|replace("-"," ")>>}}
\hspace{<<design.margins.header.horizontal_between_connections>>} \hspace*{<<design.margins.header.horizontal_between_connections>>}
((* endif *)) ((* endif *))
((* if cv.email *)) ((* if cv.email *))
\mbox{\hrefWithoutArrow{mailto:<<cv.email>>}{{\small\faEnvelope[regular]}\hspace{0.13cm}<<cv.email>>}} \mbox{\hrefWithoutArrow{mailto:<<cv.email>>}{{\small\faEnvelope[regular]}\hspace*{0.13cm}<<cv.email>>}}
\hspace{<<design.margins.header.horizontal_between_connections>>} \hspace*{<<design.margins.header.horizontal_between_connections>>}
((* endif *)) ((* endif *))
((* if cv.location *)) ((* if cv.location *))
\mbox{{\small\faMapMarker*}\hspace{0.13cm}<<cv.location>>} \mbox{{\small\faMapMarker*}\hspace*{0.13cm}<<cv.location>>}
\hspace{<<design.margins.header.horizontal_between_connections>>} \hspace*{<<design.margins.header.horizontal_between_connections>>}
((* endif *)) ((* endif *))
((* if cv.website *)) ((* if cv.website *))
\mbox{\hrefWithoutArrow{<<cv.website>>}{{\small\faLink}\hspace{0.13cm}<<cv.website|replace("https://","")|reverse|replace("/", "", 1)|reverse>>}} \mbox{\hrefWithoutArrow{<<cv.website>>}{{\small\faLink}\hspace*{0.13cm}<<cv.website|replace("https://","")|reverse|replace("/", "", 1)|reverse>>}}
\hspace{<<design.margins.header.horizontal_between_connections>>} \hspace*{<<design.margins.header.horizontal_between_connections>>}
((* endif *)) ((* endif *))
((* ((*
set icon_dictionary = { set icon_dictionary = {
@ -41,8 +41,8 @@
((* if cv.social_networks *)) ((* if cv.social_networks *))
((* for network in cv.social_networks *)) ((* for network in cv.social_networks *))
((* if network.network in icon_dictionary *)) ((* if network.network in icon_dictionary *))
\mbox{\hrefWithoutArrow{<<network.url>>}{{\small<<icon_dictionary[network.network]>>}\hspace{0.13cm}<<network.username>>}} \mbox{\hrefWithoutArrow{<<network.url>>}{{\small<<icon_dictionary[network.network]>>}\hspace*{0.13cm}<<network.username>>}}
\hspace{<<design.margins.header.horizontal_between_connections>>} \hspace*{<<design.margins.header.horizontal_between_connections>>}
((* endif *)) ((* endif *))
((* endfor *)) ((* endfor *))
((* endif *)) ((* endif *))