feat: add test post for Mastodon and update Bridgy partial with permalink
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "Test for Mi Personal Stuff on Mastodon"
|
||||
date: 2025-09-08T01:19:56+02:00
|
||||
description:
|
||||
tags:
|
||||
- testing
|
||||
- bridgy
|
||||
- mastodon
|
||||
categories:
|
||||
|
||||
reply:
|
||||
repost:
|
||||
like:
|
||||
rsvp:
|
||||
bookmark:
|
||||
---
|
||||
|
||||
This is a test for mastodon because I need some output and I can't print a log...
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user