nodebb-theme-persona 13.0.60 → 13.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "13.0.60",
3
+ "version": "13.0.62",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
  </div>
10
10
  {{{ end }}}
11
-
11
+ <!-- IMPORT modules/taskbar.tpl -->
12
12
  <!-- IMPORT partials/footer/js.tpl -->
13
13
  </body>
14
14
  </html>
@@ -1,3 +1,3 @@
1
- <div id="taskbar" class="taskbar fixed-bottom">
1
+ <div id="taskbar" component="taskbar" class="taskbar fixed-bottom">
2
2
  <div class="navbar-inner"><ul class="nav navbar-nav"></ul></div>
3
3
  </div>
@@ -1,4 +1,4 @@
1
- <li component="categories/category" data-cid="{../cid}" data-numRecentReplies="1" class="row clearfix category-{../cid}">
1
+ <li component="categories/category" data-cid="{./cid}" data-numRecentReplies="1" class="row clearfix category-{./cid} {./unread-class}">
2
2
  <meta itemprop="name" content="{../name}">
3
3
 
4
4
  <div class="content col-12 <!-- IF config.hideCategoryLastPost -->col-md-10 col-sm-12<!-- ELSE -->col-md-7 col-sm-9<!-- ENDIF config.hideCategoryLastPost -->">
@@ -44,11 +44,11 @@
44
44
 
45
45
  <!-- IF !../link -->
46
46
  <div class="col-md-1 d-none d-md-block stats text-muted">
47
- <span class="{../unread-class} human-readable-number" title="{../totalTopicCount}">{../totalTopicCount}</span><br />
47
+ <span class="human-readable-number" title="{../totalTopicCount}">{../totalTopicCount}</span><br />
48
48
  <small>[[global:topics]]</small>
49
49
  </div>
50
50
  <div class="col-md-1 d-none d-md-block stats text-muted">
51
- <span class="{../unread-class} human-readable-number" title="{../totalPostCount}">{../totalPostCount}</span><br />
51
+ <span class="human-readable-number" title="{../totalPostCount}">{../totalPostCount}</span><br />
52
52
  <small>[[global:posts]]</small>
53
53
  </div>
54
54
  <!-- IF !config.hideCategoryLastPost -->