Add highlights

This commit is contained in:
2024-04-05 21:35:39 +11:00
parent d02b74621a
commit 38d5108979
22 changed files with 188 additions and 25 deletions

View File

@@ -184,7 +184,7 @@ module Main
def fetch!(slug)
posts
.published
.combine(:tags, :trips, :webmentions, :reactions)
.combine(:tags, :trips, :webmentions, :reactions, :highlights)
.node(:webmentions) { |webmention|
webmention.published.where(type: "reply")
}