diff --git a/_includes/components/reply-context.njk b/_includes/components/reply-context.njk index 90e62f8..bfa2781 100644 --- a/_includes/components/reply-context.njk +++ b/_includes/components/reply-context.njk @@ -1,6 +1,7 @@ {# Reply Context Component #} {# Displays rich context for replies, likes, reposts, and bookmarks #} {# Uses h-cite microformat for citing external content #} +{# Includes unfurl card for rich link preview (OpenGraph metadata) #} {# Support both camelCase (Indiekit Eleventy preset) and underscore (legacy) property names #} {% set replyTo = inReplyTo or in_reply_to %} @@ -9,7 +10,7 @@ {% set bookmarkedUrl = bookmarkOf or bookmark_of %} {% if replyTo or likedUrl or repostedUrl or bookmarkedUrl %} -
- + {% unfurl likedUrl %} + {{ likedUrl }} @@ -46,7 +49,8 @@ Reposted: - + {% unfurl repostedUrl %} + {{ repostedUrl }} @@ -60,7 +64,8 @@ Bookmarked: - + {% unfurl bookmarkedUrl %} + {{ bookmarkedUrl }}