{% if search_query %} -
- 搜索 "{{ search_query }}" 找到 {{ page_obj.paginator.count }} 篇文章 - 清除搜索 -
+
+ 搜索 "{{ search_query }}" 找到 {{ page_obj.paginator.count }} 篇文章 + 清除搜索 +
{% endif %} @@ -280,60 +282,70 @@
    {% for article in page_obj %} -
  • - - {{ article.title }} -
    ({{ article.website.name }} - {{ article.created_at|date:"Y-m-d" }})
    -
  • - {% empty %} -
  • 暂无文章
  • +
  • + + {{ article.title }} +
    ({{ article.website.name }} - {{ article.created_at|date:"Y-m-d" }})
    +
  • + {% empty %} +
  • 暂无文章
  • {% endfor %}