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 @@

- {{s_date}} ~ {{e_date}} 사이의 트렌드를 전달해드려요 + {{s_date}} ~ {{e_date}} 사이의 트렌드를 전달해드려요

@@ -47,6 +47,8 @@

Velog Dashboard에서 전체 통계 체크하기! @@ -84,6 +86,8 @@

여기 @@ -100,38 +104,21 @@

-
- - - - - - +
+ + Velog Dashboard
+

대시보드 보러가기 @@ -139,6 +126,8 @@

서비스 이용약관 @@ -146,12 +135,13 @@

개인정보처리방침

-

diff --git a/templates/insights/user_weekly_trend.html b/templates/insights/user_weekly_trend.html index 5d9fc4a..5155195 100644 --- a/templates/insights/user_weekly_trend.html +++ b/templates/insights/user_weekly_trend.html @@ -2,7 +2,6 @@ class="user-weekly-trend" style="box-sizing: border-box; margin-top: 40px; color: #000000" > - {% if insight.trending_summary or insight.user_weekly_stats or insight.user_weekly_reminder %}

{% if user.username %} @@ -15,13 +14,15 @@

- {% if insight.user_weekly_stats.new_posts > 0 %}

- 저번 주에는 - - {{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" + > 리더보드 에서 인기 글을 참고해 작성해보시는 건 어떨까요? @@ -94,21 +96,24 @@

-
- {% if item.thumbnail %} -
+ + + {% if item.thumbnail %} + + + {% endif %} + + +
{{item.title}} - - {% endif %} -
+

{{ item.title }} @@ -116,7 +121,7 @@

- @{{item.username}} | {{ item.key_points|join:", " }} + @{{item.username}} | 📌 {{ item.key_points|join:", " }}

{% elif item.username %}

@@ -130,8 +135,9 @@

{{ item.summary }}

- - +

{% endfor %} {% endif %} diff --git a/templates/insights/weekly_trend.html b/templates/insights/weekly_trend.html index 6ce622e..11368e3 100644 --- a/templates/insights/weekly_trend.html +++ b/templates/insights/weekly_trend.html @@ -9,21 +9,20 @@

-
+
{% if item.thumbnail %} -
- {{item.title}} -
+ {{item.title}} {% endif %}