fix a template bug in Header

This commit is contained in:
Sina Atalay 2024-02-06 21:18:27 +01:00
parent b71eb431c0
commit b6c7e89041
1 changed files with 4 additions and 2 deletions

View File

@ -34,10 +34,12 @@
"Mastodon": "\\faMastodon", "Mastodon": "\\faMastodon",
} }
*)) *))
((* for network in cv.social_networks *)) ((* if cv.social_networks *))
((* for network in cv.social_networks *))
\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{0.5cm} \hspace{0.5cm}
((* endfor *)) ((* endfor *))
((* endif *))
\end{header} \end{header}
\vspace{<<design.margins.header.bottom>>} \vspace{<<design.margins.header.bottom>>}