Skip to content

Commit

Permalink
Pronouns
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 23, 2024
1 parent 4f575b8 commit e0f0f3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ We give the semantics of the various fields (all of whom are optional).
picture is rounded or left as a square.
By default, it is square.

- `pronouns`: A string to show your pronouns.

### OpenGraph

OpenGraph carries information that used by social media and messaging app to
Expand Down
3 changes: 3 additions & 0 deletions pandoc/template.html4
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ $endif$
$if(shortbio)$
<h2>$shortbio$</h2>
$endif$
$if(pronouns)$
<p>$pronouns$</p>
$endif$
$if(location)$
<p><i class="fa-solid fa-location-dot fa-fw"></i> $location$</p>
$endif$
Expand Down
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ location: Some lab, office 777
email: [email protected]
picture: img/profile.png
picture-round: false
pronouns: They/Them
og-picture: https://basicpage.github.io/img/profile.png
orcid: 0000-0000-0000-0000
dblp: https://dblp.org/
Expand Down

0 comments on commit e0f0f3f

Please sign in to comment.