- 최근 목록 블로그 및 랜덤 블로그 가져오기 부분 적용
@@ -112,7 +112,7 @@ def index():
posts.append(random_post[0])
# 태그 제거 후 150자로 제한
for post in posts:
post['contents'] = remove_html_tags(post['contents'])[:150]
The note is not visible to the blocked user.