mirror of https://github.com/eyhc1/rendercv.git
fix a template bug in Header
This commit is contained in:
parent
b71eb431c0
commit
b6c7e89041
|
@ -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>>}
|
Loading…
Reference in New Issue