# Hexo NJK 樣板添加訪客統計數 以 shoka 為例
# 在主題下添加 busuanzi 控制選項
1 | # Show PV/UV of the website/page with busuanzi. |
# 找到主題的 Footer.njk
在主題中的 layout 去尋找 footer
並添加以下內容
1 | {%- if theme.busuanzi and theme.busuanzi.enable %} |
# 新增貼文的統計數
1 | {%- if theme.busuanzi and theme.busuanzi.enable and not index %} |