diff --git a/templates/insights/index.html b/templates/insights/index.html index 74a2751..57eec64 100644 --- a/templates/insights/index.html +++ b/templates/insights/index.html @@ -39,7 +39,7 @@
대시보드 보러가기
@@ -139,6 +126,8 @@
서비스 이용약관
@@ -146,12 +135,13 @@
개인정보처리방침
- 저번 주에는
-
- {{insight.user_weekly_stats.new_posts}}개의 글
-
- 을 작성하셨네요!
+
+ {% if insight.user_weekly_stats.new_posts > 0 %}
+ 저번 주에는
+
+ {{insight.user_weekly_stats.new_posts}}개의 글
+
+ 을 작성하셨네요!
+ {% endif %}
👏 지난 한 주간
{{insight.user_weekly_stats.views}}명
@@ -40,7 +41,6 @@
+ target="_blank"
+ rel="noopener noreferrer"
+ >
리더보드