lprry

Webmention Snippets

A series of webmention snippets for use with bearblog.

Reply-to

<article class="h-entry">
<section class="e-content">
    <a class ="p-author h-card" rel="author" href="https://l.prry.uk" style="display:none">
    <img class="u-photo src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/lprry/android-chrome-512x512.webp">
    Lee Perry
    </a>
     <p>in reply to: <a class="u-in-reply-to" href="LINK">TITLE</a></p>
    <p>COMMENTARY</p>
    <p><a class="p-name u-url" href="{{ post_link }}">{{ post_title }}</a></p>
</section>
</article>

#code