Skip to content
Snippets Groups Projects
Verified Commit faa1db4f authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Fixed typos in outbox

parent 762abd79
No related branches found
No related tags found
No related merge requests found
Pipeline #1967 passed
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"object": { "object": {
"id": "{{ .Permalink }}", "id": "{{ .Permalink }}",
"type": "Note", "type": "Note",
"content": "{{.Title}}{{ if .Summary }}<br>{{ .Summary.replace(/(?:\r\n|\r|\n)/g, '<br>') }}{{ end }}<br><a href='{{.Permalink}}'>{{.Permalink}}</a>", "content": "{{.Title}}{{ if .Summary }}<br>{{ replace (replace .Summary "\n" "<br>") "\r" "" }}{{ end }}<br><a href='{{.Permalink}}'>{{.Permalink}}</a>",
"url": "{{.Permalink}}", "url": "{{.Permalink}}",
"attributedTo": "{{ .Site.BaseURL }}{{ site.Params.apUser | lower}}", "attributedTo": "{{ .Site.BaseURL }}{{ site.Params.apUser | lower}}",
"to": "https://www.w3.org/ns/activitystreams#Public", "to": "https://www.w3.org/ns/activitystreams#Public",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment