Skip to content

Commit ae4f697

Browse files
committed
still display the topic if it is not being shown as a See Also
1 parent 3178343 commit ae4f697

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/UnidocPages/Groups/Inliner.Groups.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ extension Inliner.Groups:HyperTextOutputStreamable
183183
else
184184
{
185185
$0 ?= group.overview.map(self.inliner.passage(overview:))
186+
187+
$0[.ul]
188+
{
189+
self.inliner.list(members: group.members, to: &$0)
190+
}
186191
return
187192
}
188193

0 commit comments

Comments
 (0)