From c6d09f248411c1d78323849ecefd0f19c4d0473e Mon Sep 17 00:00:00 2001 From: Rajas Panat Date: Thu, 30 Apr 2026 15:16:23 -0400 Subject: [PATCH 1/2] adding support for references on the profile page Signed-off-by: Rajas Panat --- lib/schema_web/templates/page/profile.html.eex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/schema_web/templates/page/profile.html.eex b/lib/schema_web/templates/page/profile.html.eex index c7350b1..336d31c 100644 --- a/lib/schema_web/templates/page/profile.html.eex +++ b/lib/schema_web/templates/page/profile.html.eex @@ -25,6 +25,7 @@ limitations under the License.
<%= raw @data[:description] %>
+ <%= raw object_references_section(@data[:references]) %>