[fix] related_posts title (#485)
This commit is contained in:
parent
5f9389806b
commit
cf25565fab
|
@ -4,7 +4,7 @@ function layoutDiv() {
|
|||
var el = '';
|
||||
el += `<div class="related-wrap${scrollreveal(' ')}" id="related-posts">`
|
||||
el += popular_posts_wrapper({
|
||||
title: __('meta.related_posts'),
|
||||
title: theme.article.related_posts.title || __('meta.related_posts'),
|
||||
json: popular_posts_json({ maxCount: theme.article.related_posts.max_count , ulClass: 'related-posts' , PPMixingRate: 0.2 , isImage: true , isExcerpt: true} , page )
|
||||
});
|
||||
el += '</div>';
|
||||
|
|
Loading…
Reference in New Issue