Fix webmentions

This commit is contained in:
Fundor333
2025-01-27 12:46:58 +01:00
parent e2b68df210
commit 16e2a28942
4 changed files with 6 additions and 0 deletions

View File

@@ -44,6 +44,8 @@
</header>
{{ partial "toc.html" .}}
<div class="page-content e-content">
{{- partial "bridgy.html" . -}}
{{ .Content }}
</div>
{{- partial "syndication.html" . -}}

View File

@@ -23,6 +23,7 @@
{{ partial "toc.html" .}}
<div class="page-content e-content">
{{ partial "micro.html" . }}
{{- partial "bridgy.html" . -}}
{{ .Content }}
</div>
{{- partial "syndication.html" . -}}

View File

@@ -0,0 +1,2 @@
<a href='https://brid.gy/publish/bluesky'></a>
<a href='https://brid.gy/publish/mastodon'></a>

View File

@@ -138,6 +138,7 @@
{{ end }}
<div class="grid grid-cols-1 justify-items-start">
{{- partial "bridgy.html" . -}}
{{- .Content }}
</div>