mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-15 01:42:10 +00:00
36c049d0ef
Add a new "Interactions" section to my pages that contain both Syndication and Webmentions. Make the Syndication links u-syndication. Make both these things children of the <article> h-entry.
7 lines
294 B
HTML
7 lines
294 B
HTML
<hr />
|
|
<footer aria-labelledby="interact">
|
|
<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>
|
|
{{- partial "syndication.html" . -}}
|
|
{{- partial "webmentions.html" . -}}
|
|
</footer>
|