cv: Show job titles on overview page

pull/1/head
Dustin 2022-08-28 14:23:10 -05:00
parent cbe19ae63d
commit e47013741c
7 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,7 @@
title = 'Amacom' title = 'Amacom'
date = 2004-01-01 date = 2004-01-01
[extra] [extra]
title = 'ISP Systems Operator'
years = '2004' years = '2004'
+++ +++

View File

@ -2,6 +2,7 @@
title = 'arcplasma.com' title = 'arcplasma.com'
date = 2005-01-01 date = 2005-01-01
[extra] [extra]
title = 'Network Administrator'
years = '2005-2011' years = '2005-2011'
+++ +++

View File

@ -2,6 +2,7 @@
title = 'FireMon' title = 'FireMon'
date = 2013-12-01 date = 2013-12-01
[extra] [extra]
title = 'Principal Engineer'
years = '2013Present' years = '2013Present'
+++ +++

View File

@ -2,6 +2,7 @@
title = "Perceptive Software" title = "Perceptive Software"
date = 2013-01-01 date = 2013-01-01
[extra] [extra]
title = 'System Administrator'
years = '2013' years = '2013'
+++ +++

View File

@ -2,6 +2,7 @@
title = "Softek Solutions" title = "Softek Solutions"
date = 2011-01-01 date = 2011-01-01
[extra] [extra]
title = 'System Administrator'
years = '20112012' years = '20112012'
+++ +++

View File

@ -2,6 +2,7 @@
title = "Supertechs" title = "Supertechs"
date = 2007-01-01 date = 2007-01-01
[extra] [extra]
title = 'Network Administrator'
years = "20072011" years = "20072011"
+++ +++

View File

@ -9,7 +9,8 @@
{% for p in section.pages %} {% for p in section.pages %}
<h2> <h2>
<a href="{{ p.permalink }}" <a href="{{ p.permalink }}"
>{{ 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
%}</a %}</a
> >
</h2> </h2>