Index: src/views/partials/like-button.ejs
===================================================================
--- src/views/partials/like-button.ejs	(revision f6c414ef368712457fb9311f0953c595b267ba05)
+++ 	(revision )
@@ -1,13 +1,0 @@
-<%# Fediverse like — a visitor likes this post out loud from their OWN fediverse
-    account. Click → popover asks only for their server (e.g. mastodon.social) →
-    bounces to that server's /authorize_interaction, where they favourite it.
-    Reuses the .fedi-remote-reply-btn popover wired in post.ejs. The count shows
-    the incoming fediverse likes.
-    Expects: noteUri (post's public URL), fediLikeCount, fediPh (server hint). %>
-<button type="button" class="like-btn fedi-remote-reply-btn"
-        data-fedi-uri="<%= typeof noteUri !== 'undefined' ? noteUri : '' %>"
-        data-fedi-ph="<%= typeof fediPh !== 'undefined' && fediPh ? fediPh : 'mastodon.social' %>"
-        aria-label="<%= t('like.fedi_title') %>" title="<%= t('like.fedi_title') %>">
-  <span class="like-heart" aria-hidden="true">★</span>
-  <span class="like-count"><%= (typeof fediLikeCount !== 'undefined' && fediLikeCount) ? fediLikeCount : 0 %></span>
-</button>
