diff --git a/myblog/blog/templates/blog/detail.html b/myblog/blog/templates/blog/detail.html index 2ba4265..e6d1d2f 100644 --- a/myblog/blog/templates/blog/detail.html +++ b/myblog/blog/templates/blog/detail.html @@ -8,14 +8,18 @@

{{ post.title }}

-

发布时间:{{ post.publish_date|date:"Y年n月j日 H:i" }}

+ +
+

发布时间:{{ post.publish_date|date:"Y年n月j日 H:i" }}

+ 返回首页 +
{{ post.get_markdown_content|safe }}

- 返回首页
- \ No newline at end of file + +