nodebb-theme-harmony 2.0.44 → 2.1.0
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-lock.json +2431 -0
- package/package.json +1 -1
- package/templates/partials/categories/item.tpl +1 -1
- package/templates/world.tpl +4 -0
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<!-- IMPORT partials/categories/link.tpl -->
|
|
11
11
|
</h2>
|
|
12
12
|
{{{ if ./descriptionParsed }}}
|
|
13
|
-
<div class="description text-muted text-sm w-100">
|
|
13
|
+
<div class="description text-muted text-sm w-100 line-clamp-5">
|
|
14
14
|
{./descriptionParsed}
|
|
15
15
|
</div>
|
|
16
16
|
{{{ end }}}
|
package/templates/world.tpl
CHANGED
|
@@ -29,6 +29,10 @@
|
|
|
29
29
|
|
|
30
30
|
<div class="row flex-fill">
|
|
31
31
|
<div class="world {{{if widgets.sidebar.length }}}col-lg-9 col-sm-12{{{ else }}}col-lg-12{{{ end }}}">
|
|
32
|
+
{{{ each categories }}}
|
|
33
|
+
<!-- IMPORT partials/categories/item.tpl -->
|
|
34
|
+
{{{ end }}}
|
|
35
|
+
|
|
32
36
|
<!-- IMPORT partials/topic-list-bar.tpl -->
|
|
33
37
|
|
|
34
38
|
<div class="category">
|