diff --git a/web/source/css/status.css b/web/source/css/status.css
index 6f2c458f4..91665cd45 100644
--- a/web/source/css/status.css
+++ b/web/source/css/status.css
@@ -275,6 +275,10 @@
gap: 0.4rem;
}
+ .stats-item.published-at {
+ text-decoration: underline;
+ }
+
.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 194a799f5..5d26811d7 100644
--- a/web/template/status_info.tmpl
+++ b/web/template/status_info.tmpl
@@ -17,9 +17,36 @@
// along with this program. If not, see