mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
.card-widget.card-webinfo
|
|
.card-content
|
|
.item-headline
|
|
i.fas.fa-chart-line
|
|
span= _p('aside.card_webinfo.headline')
|
|
.webinfo
|
|
.webinfo-item
|
|
.webinfo-article-name= _p('aside.card_webinfo.article_name') + " :"
|
|
.webinfo-article-count= site.posts.length
|
|
if theme.runtimeshow.enable
|
|
.webinfo-item
|
|
.webinfo-runtime-name= _p('aside.card_webinfo.runtime_name') + " :"
|
|
#webinfo-runtime-count.webinfo-runtime-count(publish_date=theme.runtimeshow.publish_date)
|
|
if theme.wordcount.enable && theme.wordcount.total_wordcount
|
|
.webinfo-item
|
|
.webinfo-site-wordcount-name=_p('aside.card_webinfo.site_wordcount') + " :"
|
|
.webinfo-site-wordcount=totalcount(site)
|
|
if theme.busuanzi.site_uv
|
|
.webinfo-item
|
|
.webinfo-site-uv-name= _p('aside.card_webinfo.site_uv_name') + " :"
|
|
.webinfo-site-uv-count#busuanzi_value_site_uv
|
|
if theme.busuanzi.site_pv
|
|
.webinfo-item
|
|
.webinfo-site-name= _p('aside.card_webinfo.site_pv_name') + " :"
|
|
.webinfo-site-pv-count#busuanzi_value_site_pv
|
|
|