1. Fixed: display related posts headline when it is not related posts

2. Fixed: the bugs of image display
This commit is contained in:
hwy0127@gmail.com
2019-07-27 01:59:59 +08:00
parent f07405706b
commit 6c59f72ca2
9 changed files with 51 additions and 45 deletions

View File

@@ -71,6 +71,6 @@ block content
include includes/pagination.pug
if theme.related_post && theme.related_post.enable
include includes/related-posts.pug
!= related_posts(page,site.posts)
if page.comments !== false
include includes/comments/index.pug