--- layout: layouts/base.njk title: Webmention Debug permalink: /debug/webmentions/ eleventyExcludeFromCollections: true pagefindIgnore: true ---
Debug page for webmention recovery from legacy URLs. This page is excluded from collections and won't appear in feeds.
| Current URL | Legacy URLs | Webmentions |
|---|---|---|
| {{ post.url }} |
{% if legacyUrls.length %}
{% for legacyUrl in legacyUrls %}
{{ legacyUrl }}
{% endfor %}
{% else %}
-
{% endif %}
|
{% if allMentions.length %} {{ allMentions.length }} {% else %} 0 {% endif %} |
| New URL | Old URL(s) |
|---|---|
| {{ newUrl }} |
{% for oldUrl in oldUrls %}
{{ oldUrl }}
{% endfor %}
|
Shows which URLs webmentions were sent to (useful for verifying legacy URL matches).