each item, index in page.categories.data i.fas.fa-inbox.fa-fw.post-meta-icon a(href=url_for(item.path)).post-meta-categories #[=item.name] if (index < page.categories.data.length - 1) i.fas.fa-angle-right.post-meta-separator //- 这一段是加的展示标签的代码 if (theme.post_meta.page.tags && page.tags.data.length > 0) span.post-meta-tags span.post-meta-separator | i.fas.fa-tag each item, index in page.tags.data a(href=url_for(item.path)).post-meta__tags #[=' '+item.name+' '] if (index < page.tags.data.length - 1) span.post-meta-link #[='•']
.meta-secondline - let postWordcount = theme.wordcount.enable && (theme.wordcount.post_wordcount || theme.wordcount.min2read) if (postWordcount) span span.post-meta-wordcount if theme.wordcount.post_wordcount i.far.fa-file-word.fa-fw.post-meta-icon span.post-meta-label= _p('post.wordcount') + ':' span.word-count= wordcount(page.content) if theme.wordcount.min2read span.post-meta-separator | if theme.wordcount.min2read i.far.fa-clock.fa-fw.post-meta-icon span.post-meta-label= _p('post.min2read') + ':' span= min2read(page.content, {cn: 350, en: 160}) + _p('post.min2read_unit') //- for pv and count mixin pvBlock(parent_id,parent_class,parent_title) span.post-meta-separator | span(class=parent_class id=parent_id data-flag-title=page.title) i.far.fa-eye.fa-fw.post-meta-icon span.post-meta-label=_p('post.page_pv') + ':' if block block
- const commentUse = comments.use if page.comments !== false && commentUse && !comments.lazyload if commentUse[0] === 'Valine' && theme.valine.visitor +pvBlock(url_for(page.path),'leancloud_visitors',page.title) span.leancloud-visitors-count i.fa-solid.fa-spinner.fa-spin else if commentUse[0] === 'Waline' && theme.waline.pageview +pvBlock('','','') span.waline-pageview-count(data-path=url_for(page.path)) i.fa-solid.fa-spinner.fa-spin else if commentUse[0] === 'Twikoo' && theme.twikoo.visitor +pvBlock('','','') span#twikoo_visitors i.fa-solid.fa-spinner.fa-spin else if commentUse[0] === 'Artalk' && theme.artalk.visitor +pvBlock('','','') span#ArtalkPV i.fa-solid.fa-spinner.fa-spin else if theme.busuanzi.page_pv +pvBlock('','post-meta-pv-cv','') span#busuanzi_value_page_pv i.fa-solid.fa-spinner.fa-spin else if theme.busuanzi.page_pv +pvBlock('','post-meta-pv-cv','') span#busuanzi_value_page_pv i.fa-solid.fa-spinner.fa-spin
if comments.count && !comments.lazyload && page.comments !== false && comments.use - var whichCount = comments.use[0]
mixin countBlock span.post-meta-separator | span.post-meta-commentcount i.far.fa-comments.fa-fw.post-meta-icon span.post-meta-label= _p('post.comments') + ':' if block block case whichCount when 'Disqus' +countBlock span.disqus-comment-count a(href=full_url_for(page.path) + '#disqus_thread') i.fa-solid.fa-spinner.fa-spin when 'Disqusjs' +countBlock a(href=full_url_for(page.path) + '#disqusjs') span.disqus-comment-count(data-disqus-url=full_url_for(page.path)) i.fa-solid.fa-spinner.fa-spin when 'Valine' +countBlock a(href=url_for(page.path) + '#post-comment' itemprop="discussionUrl") span.valine-comment-count(data-xid=url_for(page.path) itemprop="commentCount") i.fa-solid.fa-spinner.fa-spin when 'Waline' +countBlock a(href=url_for(page.path) + '#post-comment') span.waline-comment-count(data-path=url_for(page.path)) i.fa-solid.fa-spinner.fa-spin when 'Gitalk' +countBlock a(href=url_for(page.path) + '#post-comment') span.gitalk-comment-count i.fa-solid.fa-spinner.fa-spin when 'Twikoo' +countBlock a(href=url_for(page.path) + '#post-comment') span#twikoo-count i.fa-solid.fa-spinner.fa-spin when 'Facebook Comments' +countBlock a(href=url_for(page.path) + '#post-comment') span.fb-comments-count(data-href=urlNoIndex()) when 'Remark42' +countBlock a(href=url_for(page.path) + '#post-comment') span.remark42__counter(data-url=urlNoIndex()) i.fa-solid.fa-spinner.fa-spin when 'Artalk' +countBlock a(href=url_for(page.path) + '#post-comment') span.artalk-count i.fa-solid.fa-spinner.fa-spin