diff --git a/src/DjangoBlog-master/templates/comments/tags/comment_item.html b/src/DjangoBlog-master/templates/comments/tags/comment_item.html index ebb0388..fb31be3 100644 --- a/src/DjangoBlog-master/templates/comments/tags/comment_item.html +++ b/src/DjangoBlog-master/templates/comments/tags/comment_item.html @@ -1,34 +1,35 @@ -{% load blog_tags %} -
  • -
    -
    +``` +{% load blog_tags %} {# 加载博客自定义标签 #} +
  • {# 评论列表项,包含深度和ID #} +
    {# 评论主体容器 #} + - -
  • \ No newline at end of file + {# 评论项结束 #} \ No newline at end of file