From 56a863f9f11340a9310907e4131b9dc7483df623 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Wed, 3 Jul 2024 12:25:01 -0400 Subject: initial commit --- templates/cv.html | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 templates/cv.html (limited to 'templates/cv.html') diff --git a/templates/cv.html b/templates/cv.html new file mode 100644 index 0000000..71ed4c7 --- /dev/null +++ b/templates/cv.html @@ -0,0 +1,88 @@ + + + + + +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ +$if(description)$ + +$endif$ +$if(keywords)$ + +$endif$ + $if(title-prefix)$$title-prefix$ – $endif$$title$ + + + + + + + + +$if(highlighting-css)$ + +$endif$ +$for(css)$ + +$endfor$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + +$for(include-before)$ +$include-before$ +$endfor$ + + + +
+$if(heading)$ +

$heading$

+$else$ +

$title$

+$endif$ +$if(subtitle)$ +

$subtitle$

+$endif$ +
+ +$if(toc)$ + +$endif$ + +$body$ + +$for(include-after)$ +$include-after$ +$endfor$ + + + -- cgit v1.2.3