From e78e817057e01ce0cd2e3d532e4ca9ded8b88b73 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sat, 1 Mar 2025 13:06:08 +0100 Subject: [feature] add microformat support (#3848) Related: #2959 Signed-off-by: Luca Matei Pintilie --- web/template/status_header.tmpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'web/template/status_header.tmpl') diff --git a/web/template/status_header.tmpl b/web/template/status_header.tmpl index 01b73aea0..630322872 100644 --- a/web/template/status_header.tmpl +++ b/web/template/status_header.tmpl @@ -18,18 +18,20 @@ */ -}} {{- with .Account }} -
+
{{- if $.Local }} {{- end }}
- + {{- if .DisplayName -}} {{- emojify .Emojis (escape .DisplayName) -}} {{- else -}} @@ -58,7 +61,7 @@ {{- end -}} , - @{{- .Acct -}} + @{{- .Acct -}}
(open profile)
-- cgit v1.3