summaryrefslogtreecommitdiff
path: root/web/template/status_attributes.tmpl
diff options
context:
space:
mode:
authorLibravatar Luca Matei Pintilie <luca@lucamatei.com>2025-03-01 13:06:08 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-01 13:06:08 +0100
commite78e817057e01ce0cd2e3d532e4ca9ded8b88b73 (patch)
treee09ceb6d17ed8360447e93c8d39f09fbd3f93d4c /web/template/status_attributes.tmpl
parent[chore]: Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 (#3831) (diff)
downloadgotosocial-e78e817057e01ce0cd2e3d532e4ca9ded8b88b73.tar.xz
[feature] add microformat support (#3848)
Related: #2959 Signed-off-by: Luca Matei Pintilie <luca@lucamatei.com>
Diffstat (limited to 'web/template/status_attributes.tmpl')
-rw-r--r--web/template/status_attributes.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/status_attributes.tmpl b/web/template/status_attributes.tmpl
index 92659b6b2..b356a76e9 100644
--- a/web/template/status_attributes.tmpl
+++ b/web/template/status_attributes.tmpl
@@ -52,4 +52,5 @@
id="{{- .ID -}}{{- if .Pinned -}}-pinned{{- end -}}"
role="region"
aria-label="{{- template "ariaLabel" . -}}"
+class="status expanded h-entry"
{{- end }} \ No newline at end of file