diff --git a/_embed/templates/base-social/activitystream.html b/_embed/templates/base-social/activitystream.html index b275af3ea..43f08666c 100644 --- a/_embed/templates/base-social/activitystream.html +++ b/_embed/templates/base-social/activitystream.html @@ -1,19 +1,27 @@ {{- $actor := .AttributedTo.Load -}} +
-
+
{{- if $actor.Icon.NotNil -}} - + {{- end -}}
- {{- if $actor.NotNil -}} -
- {{$actor.Name}} - · {{ .Published | epochDate | tinyDate}} -
+
+ {{- if $actor.NotNil -}} + + {{$actor.Name}} + · {{ .Published | epochDate | tinyDate}} +   + {{- end -}} + View Original → +
+ + {{- if ne "" .Name -}} +

{{.Name}}

{{- end -}} {{- if .Image.NotNil -}} @@ -24,4 +32,3 @@
-
\ No newline at end of file diff --git a/_embed/templates/stream-outbox-message/edit.html b/_embed/templates/stream-outbox-message/edit.html index f6be98722..b8da83b02 100644 --- a/_embed/templates/stream-outbox-message/edit.html +++ b/_embed/templates/stream-outbox-message/edit.html @@ -1,14 +1,4 @@ - - -