diff --git a/contrib/static/site.css b/contrib/static/site.css
index dc6ad0a..fc6a53e 100644
--- a/contrib/static/site.css
+++ b/contrib/static/site.css
@@ -676,4 +676,6 @@ th > label {
.thread {
display: flex;
flex-direction: column;
-}
\ No newline at end of file
+}
+
+[data-subject~="None"] { display: none; }
\ No newline at end of file
diff --git a/contrib/templates/default/post.mustache b/contrib/templates/default/post.mustache
index d5e3b59..804637c 100644
--- a/contrib/templates/default/post.mustache
+++ b/contrib/templates/default/post.mustache
@@ -31,7 +31,7 @@
{{/post.IsClearnet}}
- {{post.Subject}}
+ {{post.Subject}}
{{post.Name}}{{{post.Pubkey}}}