Add frontmatter name subtitle
This commit is contained in:
parent
a9c9f32da6
commit
816c9c61ad
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Lebenslauf
|
title: Lebenslauf
|
||||||
|
subtitle: Marty Oehme
|
||||||
name: Marty Oehme
|
name: Marty Oehme
|
||||||
|
lang: de
|
||||||
left-column:
|
left-column:
|
||||||
- 'Email: [marty.oehme@gmail.com](mailto:marty.oehme@gmail.com)'
|
- 'Email: [marty.oehme@gmail.com](mailto:marty.oehme@gmail.com)'
|
||||||
- 'Telefon: +49 177 377 4949'
|
- 'Telefon: +49 177 377 4949'
|
||||||
|
@ -8,7 +10,6 @@ right-column:
|
||||||
- 'Homepage: [http://martyoeh.me/](http://martyoeh.me/)'
|
- 'Homepage: [http://martyoeh.me/](http://martyoeh.me/)'
|
||||||
- 'GitHub: [https://github.com/marty-oehme/](https://github.com/marty-oehme/)'
|
- 'GitHub: [https://github.com/marty-oehme/](https://github.com/marty-oehme/)'
|
||||||
- 'Stand: \today'
|
- 'Stand: \today'
|
||||||
lang: de
|
|
||||||
---
|
---
|
||||||
|
|
||||||
```{python}
|
```{python}
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Curriculum Vitae
|
title: Curriculum Vitae
|
||||||
|
subtitle: Marty Oehme
|
||||||
name: Marty Oehme
|
name: Marty Oehme
|
||||||
|
lang: en
|
||||||
left-column:
|
left-column:
|
||||||
- 'Email: [marty.oehme@gmail.com](mailto:marty.oehme@gmail.com)'
|
- 'Email: [marty.oehme@gmail.com](mailto:marty.oehme@gmail.com)'
|
||||||
- 'Mobile: +49 177 377 4949'
|
- 'Mobile: +49 177 377 4949'
|
||||||
|
@ -8,7 +10,6 @@ right-column:
|
||||||
- 'Homepage: [http://martyoeh.me/](http://martyoeh.me/)'
|
- 'Homepage: [http://martyoeh.me/](http://martyoeh.me/)'
|
||||||
- 'GitHub: [https://github.com/marty-oehme/](https://github.com/marty-oehme/)'
|
- 'GitHub: [https://github.com/marty-oehme/](https://github.com/marty-oehme/)'
|
||||||
- 'Last Updated: \today'
|
- 'Last Updated: \today'
|
||||||
lang: en
|
|
||||||
---
|
---
|
||||||
|
|
||||||
```{python}
|
```{python}
|
||||||
|
|
Loading…
Reference in a new issue