Fix alignment of socials
Some checks failed
/ build (push) Failing after 1m53s

This commit is contained in:
JP Hastings-Spital 2025-02-12 20:15:02 +00:00
parent ffd9ef9447
commit eb008956e2
2 changed files with 12 additions and 11 deletions

View file

@ -1059,6 +1059,7 @@ nav {
main ul.social { main ul.social {
list-style: none; list-style: none;
margin-left: 0;
li { li {
display: inline-block; display: inline-block;

View file

@ -101,17 +101,6 @@ date = ["date", "publishDate", "lastmod", ":git"]
[params.logo] [params.logo]
logoHomeLink = "/" logoHomeLink = "/"
[[params.social]]
name = "email"
url = "mailto:hello@byjp.me"
category = "chat"
[[params.social]]
name = "signal"
url = "https://signal.me/#eu/092dSvsDjSYGU_6W2Z4fvXJfktdozKIidYs91EA9I3kukc-3xOtB_aAg3QxUOznZ"
category = "chat"
[[params.social]] [[params.social]]
name = "bluesky" name = "bluesky"
url = "https://bsky.app/profile/byjp.me" url = "https://bsky.app/profile/byjp.me"
@ -128,6 +117,17 @@ date = ["date", "publishDate", "lastmod", ":git"]
category = "follow" category = "follow"
[[params.social]]
name = "email"
url = "mailto:hello@byjp.me"
category = "chat"
[[params.social]]
name = "signal"
url = "https://signal.me/#eu/092dSvsDjSYGU_6W2Z4fvXJfktdozKIidYs91EA9I3kukc-3xOtB_aAg3QxUOznZ"
category = "chat"
[[params.social]] [[params.social]]
name = "github" name = "github"
url = "https://github.com/jphastings" url = "https://github.com/jphastings"