feat: add test post for Mastodon and update Bridgy partial with permalink

This commit is contained in:
Fundor333
2025-09-08 01:21:00 +02:00
parent 9837c417ef
commit fc57be0176
2 changed files with 22 additions and 0 deletions

View File

@@ -7,5 +7,9 @@
{{ if eq .Type "micro"}}{{ partial "bridgy/micro.html" . }}{{ end }}
{{ if eq .Type "photos"}}{{ partial "bridgy/photos.html" . }}{{ end }}
<a class="u-url" href="{{ .Permalink }}">{{ .Permalink }}</a>
{{ range .Params.tags }} <span class="p-category">#{{ . }}</span>{{ end }} {{ range .Params.categories }} <span class="p-category">#{{ . }}</span>{{ end }}
<data class="p-bridgy-omit-link" value="maybe" />
</div>