diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 36ee108..6b24af7 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -128,12 +128,13 @@ withBlogSidebar: true {% endif %} - {# See Also — related posts from frontmatter (resolved wikilinks → URLs) #} - {% if related and related.length > 0 %} + {# See Also — explicit related: frontmatter + in-text links to other blog posts #} + {% set _seeAlso = page.inputPath | seeAlsoLinks(related) %} + {% if _seeAlso.length > 0 %}

See Also