Add bridgy

This commit is contained in:
Fundor333
2025-01-27 13:04:13 +01:00
parent b09f522591
commit 087dbfd629
2 changed files with 11 additions and 2 deletions

View File

@@ -63,3 +63,7 @@ Hcard:
region: Ve
country: IT
showLocation: true
bridgy:
- "mastodon"
- "bluesky"

View File

@@ -1,2 +1,7 @@
<a href='https://brid.gy/publish/bluesky'></a>
<a href='https://brid.gy/publish/mastodon'></a>
{{ range .Site.Params.bridgy }}
<a href='https://brid.gy/publish/{{.}}'></a>
{{ end }}
{{ if ne .Type "micro"}}
<div style="display: none;" class="p-summary {{ range .Site.Params.bridgy }}e-bridgy-{{.}}-content {{ end }}">{{ .Description }}</div>
{{ end }}