cv: Show job titles on overview page
parent
cbe19ae63d
commit
e47013741c
|
@ -2,6 +2,7 @@
|
|||
title = 'Amacom'
|
||||
date = 2004-01-01
|
||||
[extra]
|
||||
title = 'ISP Systems Operator'
|
||||
years = '2004'
|
||||
+++
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title = 'arcplasma.com'
|
||||
date = 2005-01-01
|
||||
[extra]
|
||||
title = 'Network Administrator'
|
||||
years = '2005-2011'
|
||||
+++
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title = 'FireMon'
|
||||
date = 2013-12-01
|
||||
[extra]
|
||||
title = 'Principal Engineer'
|
||||
years = '2013–Present'
|
||||
+++
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title = "Perceptive Software"
|
||||
date = 2013-01-01
|
||||
[extra]
|
||||
title = 'System Administrator'
|
||||
years = '2013'
|
||||
+++
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title = "Softek Solutions"
|
||||
date = 2011-01-01
|
||||
[extra]
|
||||
title = 'System Administrator'
|
||||
years = '2011–2012'
|
||||
+++
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title = "Supertechs"
|
||||
date = 2007-01-01
|
||||
[extra]
|
||||
title = 'Network Administrator'
|
||||
years = "2007–2011"
|
||||
+++
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue