xianmin / hugo-theme-jane

A readable & concise theme for Hugo, color schemes to choose, easy to personalize. Working well since 2018.
https://xianmin.github.io/hugo-theme-jane/
MIT License
927 stars 287 forks source link

Fix Remark42 comments count on the post page #376

Closed paskal closed 9 months ago

paskal commented 9 months ago

Previously, the comment counter was supposed to be displayed but did not. Now, it would work the same with the list of posts and on the single post page.

Before and after, the main page:

image

Before, the post page:

image

After, the post page:

image

I presume when I added it initially, I thought the counter shouldn't be displayed on the post page. However, in reality, it is displayed, but JS code loading digits were not enabled.