From 0c91690c2afb78a47b3f9df7304bb9834edb4cc8 Mon Sep 17 00:00:00 2001
From: l29utp0 <info@ptchan.org>
Date: Fri, 29 Oct 2021 02:05:17 +0100
Subject: [PATCH] fix3

---
 views/pages/home.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/pages/home.pug b/views/pages/home.pug
index 7c0a18dc..4fd89015 100644
--- a/views/pages/home.pug
+++ b/views/pages/home.pug
@@ -41,7 +41,7 @@ block content
 						td 🔥#{post.replyposts}
 						td 
 							if post.nomarkup != null
-								a.quote(href=`/${post.board}/thread/${post.postId}.html#${post.postId}`) #{`${post.subject} ${post.nomarkup && post.nomarkup.substring(0,50)}${post.nomarkup && post.nomarkup.length > 50 ? '...' : ''}`}
+								a.quote(href=`/${post.board}/thread/${post.postId}.html#${post.postId}`) #{`${post.subject.substring(0,30)}${post.subject && post.subject.length > 30 ? '...' : ''} ${post.nomarkup && post.nomarkup.substring(0,50)}${post.nomarkup && post.nomarkup.length > 50 ? '...' : ''}`}
 							if post.nomarkup === null
 								a.quote(href=`/${post.board}/thread/${post.postId}.html#${post.postId}`) (Sem texto)
 
-- 
GitLab