mirror of https://github.com/eyhc1/rendercv.git
classic: update Header.j2.tex for connections without urls
This commit is contained in:
parent
9a5440f36c
commit
94f433b0d2
|
@ -10,8 +10,14 @@
|
||||||
|
|
||||||
\normalsize
|
\normalsize
|
||||||
((* for connection in cv.connections *))
|
((* for connection in cv.connections *))
|
||||||
\mbox{\hrefWithoutArrow{<<connection["url"]>>}{{\footnotesize<<connection["latex_icon"]>>}\hspace*{0.13cm}<<connection["placeholder"]>>}}
|
\mbox{
|
||||||
\hspace*{<<design.margins.header.horizontal_between_connections>>}
|
((* if connection["url"] *))
|
||||||
|
\hrefWithoutArrow{<<connection["url"]>>}{{\footnotesize<<connection["latex_icon"]>>}\hspace*{0.13cm}<<connection["placeholder"]>>}
|
||||||
|
((* else *))
|
||||||
|
{\footnotesize<<connection["latex_icon"]>>}\hspace*{0.13cm}<<connection["placeholder"]>>
|
||||||
|
((* endif *))
|
||||||
|
}
|
||||||
|
\kern <<design.margins.header.horizontal_between_connections>>
|
||||||
((* endfor *))
|
((* endfor *))
|
||||||
\end{header}
|
\end{header}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue