diff --git a/layouts/index.activity_outbox.ajson b/layouts/index.activity_outbox.ajson
index baa9b54f42541e77e6e811f3fb078d8943b455c6..a2600403bb571c83d674bdb933424a8567420a16 100644
--- a/layouts/index.activity_outbox.ajson
+++ b/layouts/index.activity_outbox.ajson
@@ -15,8 +15,7 @@
   "id": "{{ $.Site.BaseURL }}outbox",
   "summary": "{{$.Site.Author.name}} - {{$.Site.Title}}",
   "type": "OrderedCollection",
-  {{ $notdrafts := where $pages ".Draft" "!=" true }}
-  {{ $all :=  where $notdrafts "Type" "in" (slice "resource" "post" "page")}}
+  {{ $all := where $pages ".Draft" "!=" true }}
   "totalItems": {{(len $all)}},
   "orderedItems": [
   {{ range $index, $element := $all  }}