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'
date = 2004-01-01
[extra]
title = 'ISP Systems Operator'
years = '2004'
+++

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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