From b7b4478e774af2a2e7d74f545b44792f540761bc Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 21 Nov 2024 09:03:49 -0500 Subject: add structured data to template --- templates/cv.html | 9 +++++++++ templates/default.html | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/templates/cv.html b/templates/cv.html index 71ed4c7..2ce2f56 100644 --- a/templates/cv.html +++ b/templates/cv.html @@ -16,6 +16,15 @@ $if(keywords)$ $endif$ $if(title-prefix)$$title-prefix$ – $endif$$title$ + diff --git a/templates/default.html b/templates/default.html index db11d67..b1008e5 100644 --- a/templates/default.html +++ b/templates/default.html @@ -16,6 +16,15 @@ $if(keywords)$ $endif$ $if(title-prefix)$$title-prefix$ – $endif$$title$ + -- cgit v1.2.3