diff --git a/layouts/index.activity_outbox.ajson b/layouts/index.activity_outbox.ajson
index a2600403bb571c83d674bdb933424a8567420a16..e3553666daeb92b5a4f7812167c9faa6af42fe79 100644
--- a/layouts/index.activity_outbox.ajson
+++ b/layouts/index.activity_outbox.ajson
@@ -28,7 +28,7 @@
       "object": {
         "id": "{{ .Permalink }}",
         "type": "Note",
-        "content": "{{.Title}}<br><a href='{{.Permalink}}'>{{.Permalink}}</a>",
+        "content": "{{.Title}}{{ if .Summary }}<br>{{ .Summary }}{{ end }}<br><a href='{{.Permalink}}'>{{.Permalink}}</a>",
         "url": "{{.Permalink}}",
         "attributedTo": "{{ .Site.BaseURL }}{{ site.Params.apUser | lower}}",
         "to": "https://www.w3.org/ns/activitystreams#Public",