Add frontmatter name subtitle

This commit is contained in:
Marty Oehme 2023-06-27 18:00:58 +02:00
parent a9c9f32da6
commit 816c9c61ad
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
---
title: Lebenslauf
subtitle: Marty Oehme
name: Marty Oehme
lang: de
left-column:
- 'Email: [marty.oehme@gmail.com](mailto:marty.oehme@gmail.com)'
- 'Telefon: +49 177 377 4949'
@ -8,7 +10,6 @@ right-column:
- 'Homepage: [http://martyoeh.me/](http://martyoeh.me/)'
- 'GitHub: [https://github.com/marty-oehme/](https://github.com/marty-oehme/)'
- 'Stand: \today'
lang: de
---
```{python}

View file

@ -1,6 +1,8 @@
---
title: Curriculum Vitae
subtitle: Marty Oehme
name: Marty Oehme
lang: en
left-column:
- 'Email: [marty.oehme@gmail.com](mailto:marty.oehme@gmail.com)'
- 'Mobile: +49 177 377 4949'
@ -8,7 +10,6 @@ right-column:
- 'Homepage: [http://martyoeh.me/](http://martyoeh.me/)'
- 'GitHub: [https://github.com/marty-oehme/](https://github.com/marty-oehme/)'
- 'Last Updated: \today'
lang: en
---
```{python}