+| Non-monograph content missing links | {% assign failures = site.content | where_exp: "c", "c.external_url == nil" | where_exp: "c", "c.drive_links == nil" | where_exp: "c", "c.source_url == nil" | where_exp: "c", "c.file_links == nil" | where_exp: "c", "c.category != 'monographs'" | where_exp: "c", "c.status != 'rejected'" | where_exp: "c", "c.slug != 'baraka_fricke-ron'" | where_exp: "c", "c.slug != 'harvey'" %}{% if failures.size == 0 %}Pass ✅{% else %}FAIL ❌{% endif %} | Except for [_Baraka_](/content/av/baraka_fricke-ron) and [_Harvey_](/content/av/harvey) (known exceptions), there were {{ failures.size }} found{% if failures.size >0 %}: {{ failures | map: "slug" | array_to_sentence_string }}{% endif %}.
0 commit comments