Skip to content

Commit

Permalink
need to escape the @ of mastodon link, seankross/postcards#57
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Oct 5, 2023
1 parent 5b6dc45 commit b739c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ links:
- label: '<i class="fab fa-github fa-lg"></i> GitHub'
url: "https://github.com/etiennebacher"
- label: '<i class="fab fa-mastodon fa-lg"></i> Mastodon'
url: "https://mastodon.social/@etiennebacher"
url: "https://mastodon.social/\\@etiennebacher"
- label: '<i class="fas fa-envelope fa-lg"></i> Email'
url: "mailto:[email protected]"
output:
Expand Down

0 comments on commit b739c5c

Please sign in to comment.