diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk
index b24b113..36ee108 100644
--- a/_includes/layouts/post.njk
+++ b/_includes/layouts/post.njk
@@ -128,6 +128,40 @@ withBlogSidebar: true
{% endif %}
+ {# See Also — related posts from frontmatter (resolved wikilinks → URLs) #}
+ {% if related and related.length > 0 %}
+
+ {% endif %}
+
+ {# Linked From — posts that link to this one, computed from raw source files #}
+ {% set _backlinks = collections.posts | backlinksWith(page.url) %}
+ {% if _backlinks and _backlinks.length > 0 %}
+ Linked From
+
+ {% for post in _backlinks %}
+
+