From e47013741cd8562cf2eb2d98899adc0716113684 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 28 Aug 2022 14:23:10 -0500 Subject: [PATCH] cv: Show job titles on overview page --- content/cv/amacom.md | 1 + content/cv/arcplasma.md | 1 + content/cv/firemon.md | 1 + content/cv/perceptive.md | 1 + content/cv/softek.md | 1 + content/cv/supertechs.md | 1 + templates/cv.html | 3 ++- 7 files changed, 8 insertions(+), 1 deletion(-) diff --git a/content/cv/amacom.md b/content/cv/amacom.md index 1045a58..7a8c967 100644 --- a/content/cv/amacom.md +++ b/content/cv/amacom.md @@ -2,6 +2,7 @@ title = 'Amacom' date = 2004-01-01 [extra] +title = 'ISP Systems Operator' years = '2004' +++ diff --git a/content/cv/arcplasma.md b/content/cv/arcplasma.md index 06762db..3658f36 100644 --- a/content/cv/arcplasma.md +++ b/content/cv/arcplasma.md @@ -2,6 +2,7 @@ title = 'arcplasma.com' date = 2005-01-01 [extra] +title = 'Network Administrator' years = '2005-2011' +++ diff --git a/content/cv/firemon.md b/content/cv/firemon.md index a7eccde..8153e77 100644 --- a/content/cv/firemon.md +++ b/content/cv/firemon.md @@ -2,6 +2,7 @@ title = 'FireMon' date = 2013-12-01 [extra] +title = 'Principal Engineer' years = '2013–Present' +++ diff --git a/content/cv/perceptive.md b/content/cv/perceptive.md index 8493700..99d2f8d 100644 --- a/content/cv/perceptive.md +++ b/content/cv/perceptive.md @@ -2,6 +2,7 @@ title = "Perceptive Software" date = 2013-01-01 [extra] +title = 'System Administrator' years = '2013' +++ diff --git a/content/cv/softek.md b/content/cv/softek.md index e8e9e43..a629424 100644 --- a/content/cv/softek.md +++ b/content/cv/softek.md @@ -2,6 +2,7 @@ title = "Softek Solutions" date = 2011-01-01 [extra] +title = 'System Administrator' years = '2011–2012' +++ diff --git a/content/cv/supertechs.md b/content/cv/supertechs.md index 197a864..129dc5d 100644 --- a/content/cv/supertechs.md +++ b/content/cv/supertechs.md @@ -2,6 +2,7 @@ title = "Supertechs" date = 2007-01-01 [extra] +title = 'Network Administrator' years = "2007–2011" +++ diff --git a/templates/cv.html b/templates/cv.html index 5a55a5f..9625edf 100644 --- a/templates/cv.html +++ b/templates/cv.html @@ -9,7 +9,8 @@ {% for p in section.pages %}

{{ p.title }}{% if p.extra.years is defined %} ({{ p.extra.years}}){% endif + >{{ p.title }}{% if p.extra.title is defined%}: {{ p.extra.title }}{% + endif %}{% if p.extra.years is defined %} ({{ p.extra.years}}){% endif %}