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
|
||||
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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue