Improve template conditions
This commit is contained in:
parent
f8171d85b3
commit
91f19db7cd
1 changed files with 15 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
\usepackage[T1]{fontenc}
|
||||
|
||||
% Adjust the page margins
|
||||
\usepackage[scale=0.8,top=2cm, bottom=2.5cm, left=2cm, right=2cm]{geometry}
|
||||
\usepackage[scale=0.8,top=2cm, bottom=2.1cm, left=2cm, right=2cm]{geometry}
|
||||
\usepackage[german]{babel}
|
||||
\setlength{\footskip}{149.60005pt}
|
||||
|
||||
|
@ -42,6 +42,13 @@ $if(github)$
|
|||
\social[github]{$github$}
|
||||
$endif$
|
||||
|
||||
$if(xtradetail)$
|
||||
\extrainfo{$xtradetail$}
|
||||
$endif$
|
||||
$if(quote)$
|
||||
\quote{$quote$}
|
||||
$endif$
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% Content
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue