binokochumolvarghese / lightbi-hugo

Lightbi is a minimal and clean blog theme for Hugo.
https://lightbi-hugo-theme.netlify.app/
MIT License
64 stars 36 forks source link

small error in lightbi-hugo/data/lightbi/social.toml #27

Open hanscees opened 10 months ago

hanscees commented 10 months ago

Hi,

mastodon is wrong

[[social_icons]]
id = "mastodon"
url = "https://%s"
title = "Mastodon"
icon = "bi bi-mastodon"

should be

[[social_icons]]
id = "mastodon"
url = "%s"
title = "Mastodon"
icon = "bi bi-mastodon"