nodebb-theme-harmony 2.0.21 → 2.0.22

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-harmony",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -14,6 +14,7 @@
14
14
  {./descriptionParsed}
15
15
  </div>
16
16
  {{{ end }}}
17
+ {{{ if !./link }}}
17
18
  <div class="d-flex gap-1 d-block d-lg-none w-100">
18
19
  <span class="badge text-body border stats text-xs text-muted">
19
20
  <i class="fa fa-fw fa-list"></i>
@@ -27,6 +28,7 @@
27
28
  <a href="{config.relative_path}{./teaser.url}" class="border badge bg-transparent text-muted fw-normal timeago {{{ if (!./teaser.timestampISO || config.theme.mobileTopicTeasers) }}}hidden{{{ end }}}" title="{./teaser.timestampISO}"></a>
28
29
  {{{ end }}}
29
30
  </div>
31
+ {{{ end }}}
30
32
  {{{ if !config.hideSubCategories }}}
31
33
  {{{ if ./children.length }}}
32
34
  <ul class="list-unstyled category-children row row-cols-1 row-cols-md-2 g-2 my-1 w-100">