mirror of https://github.com/eyhc1/rendercv.git
sb2nov: fix header
This commit is contained in:
parent
7e73cb9147
commit
ac8fa77c97
|
@ -10,11 +10,11 @@
|
||||||
\normalsize
|
\normalsize
|
||||||
((* for connection in cv.connections *))
|
((* for connection in cv.connections *))
|
||||||
\mbox{((*- if connection["url"] -*))
|
\mbox{((*- if connection["url"] -*))
|
||||||
\hrefWithoutArrow{<<connection["url"]>>}{<<connection["clean_url"]>>}
|
\hrefWithoutArrow{<<connection["url"]>>}{\color{black}{\footnotesize<<connection["latex_icon"]>>}\hspace*{0.13cm}<<connection["placeholder"]>>}
|
||||||
((*- else -*))
|
((*- else -*))
|
||||||
<<connection["placeholder"]>>
|
{\color{black}{\footnotesize<<connection["latex_icon"]>>}\hspace*{0.13cm}<<connection["placeholder"]>>}
|
||||||
((*- endif -*))}%
|
((*- endif -*))}
|
||||||
\kern <<design.margins.header.horizontal_between_connections>>%
|
\kern <<design.margins.header.horizontal_between_connections>>
|
||||||
((* endfor *))
|
((* endfor *))
|
||||||
\end{header}
|
\end{header}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue