Show full status content in excerpt

This commit is contained in:
2023-03-06 17:27:09 +11:00
parent 076cf58d8d
commit 28e4604375

View File

@@ -64,7 +64,7 @@ module Adamantium
end
def excerpt
truncate_html(content, 140, true)
name ? truncate_html(content, 140, true) : content
end
def permalink