Skip to content

Commit

Permalink
Add email
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 17, 2024
1 parent d906e54 commit bdee1c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandoc/template.html4
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ $endif$
$if(shortbio)$
<h2>$shortbio$</h2>
$endif$
$if(email)$
<p>✉️ $email$</p>
$endif$
</aside>
</header>
<main>
Expand Down
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Template homepage
author: Templato
shortbio: PhD student in 👽 science
email: [email protected]
---

# Super basic info
Expand Down

0 comments on commit bdee1c5

Please sign in to comment.