diff --git a/web/source/css/status.css b/web/source/css/status.css index 97713dae2..50fcb6eb0 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -443,7 +443,7 @@ main { gap: 0.4rem; } - .stats-item:not(.published-at) { + .stats-item:not(.published-at):not(.edited-at) { z-index: 1; user-select: none; } diff --git a/web/template/status_info.tmpl b/web/template/status_info.tmpl index c5ba3ef35..707e9da5a 100644 --- a/web/template/status_info.tmpl +++ b/web/template/status_info.tmpl @@ -26,6 +26,14 @@ + {{- if .EditedAt -}} +
+
Edited
+
+ (edited at ) +
+
+ {{ end }}