New micro

This commit is contained in:
Fundor333
2025-09-08 01:40:12 +02:00
parent 6de745363a
commit 8e37237aed
2 changed files with 19 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
{{ end }}
<div style="display: none;" class="p-summary {{ range .Site.Params.bridgy }}e-bridgy-{{.}}-content {{ end }}">
<data class="p-bridgy-omit-link" value="maybe" />
{{ if ne .Type "micro"}}{{ .Description }}{{ end }}
{{ if eq .Type "micro"}}{{ partial "bridgy/micro.html" . }}{{ end }}
{{ if eq .Type "photos"}}{{ partial "bridgy/photos.html" . }}{{ end }}
@@ -13,5 +14,4 @@
{{ range .Params.tags }} <span class="p-category">#{{ . }}</span>{{ end }} {{ range .Params.categories }} <span class="p-category">#{{ . }}</span>{{ end }}
</div>
<data class="p-bridgy-omit-link" value="maybe" />
</div>