Fix webmentions
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
</header>
|
||||
{{ partial "toc.html" .}}
|
||||
<div class="page-content e-content">
|
||||
{{- partial "bridgy.html" . -}}
|
||||
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{- partial "syndication.html" . -}}
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
{{ partial "toc.html" .}}
|
||||
<div class="page-content e-content">
|
||||
{{ partial "micro.html" . }}
|
||||
{{- partial "bridgy.html" . -}}
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{- partial "syndication.html" . -}}
|
||||
|
||||
2
layouts/partials/bridgy.html
Normal file
2
layouts/partials/bridgy.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<a href='https://brid.gy/publish/bluesky'></a>
|
||||
<a href='https://brid.gy/publish/mastodon'></a>
|
||||
@@ -138,6 +138,7 @@
|
||||
{{ end }}
|
||||
|
||||
<div class="grid grid-cols-1 justify-items-start">
|
||||
{{- partial "bridgy.html" . -}}
|
||||
{{- .Content }}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user