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