mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
9 lines
327 B
HTML
9 lines
327 B
HTML
<hr />
|
|
<footer>
|
|
<h2 id="interact" tabindex="-1">Interact</h2>
|
|
<p>You can interact by <a href="#webmentions">sending webmentions</a> or by visiting a syndicated copy of this post.</p>
|
|
{{ with .Params.syndicatedCopies }}
|
|
{{- partial "syndication.html" . -}}
|
|
{{- end -}}
|
|
{{- partial "webmentions/webmentions.html" . -}}
|
|
</footer>
|