Skip to content

Commit 83df11a

Browse files
Add LinkedIn
1 parent fede1a7 commit 83df11a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ description.
9595

9696
- `bluesky`: *URL* to your BlueSky account.
9797

98+
- `linkedin`: *URL* to your LinkedIn account.
99+
98100
## Papers
99101

100102
We provide some tools to input your publications and drafts either in JSON

pandoc/template.html4

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
<i class="fa-brands fa-bluesky fa-fw"></i>
124124
</a>
125125
$endif$
126+
$if(linkedin)$
127+
<a href="$linkedin$" title="LinkedIn">
128+
<i class="fa-brands fa-linkedin fa-fw"></i>
129+
</a>
130+
$endif$
126131
</div>
127132
</aside>
128133
</header>

src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ location: Some lab, office 777
88
99
picture: img/profile.png
1010
picture-round: false
11-
side-by-side: false
11+
side-by-side: true
1212
pronouns: They/Them
1313
og-picture: https://basicpage.github.io/img/profile.png
1414
orcid: 0000-0000-0000-0000
@@ -19,6 +19,7 @@ mastodon: https://lipn.info
1919
github: basicpage
2020
gitlab: gitlab.com
2121
bluesky: https://bsky.app/
22+
linkedin: https://www.linkedin.com
2223
---
2324

2425
I am a (fake) PhD student, working on 👽 science on all kinds of related topics.

0 commit comments

Comments
 (0)