Improve template conditions

This commit is contained in:
L3D 2024-04-20 01:15:50 +02:00
parent f8171d85b3
commit 91f19db7cd
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -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
%-------------------------------------------------------------------------------