nodebb-theme-harmony 3.1.0 → 3.1.1
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": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"nbbpm": {
|
|
5
5
|
"compatibility": "^4.15.0"
|
|
6
6
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@fontsource/poppins": "5.2.7"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"eslint": "10.
|
|
48
|
+
"eslint": "10.7.0",
|
|
49
49
|
"eslint-config-nodebb": "^2.0.2"
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{{ if (!./index && widgets.mainpost-header.length) }}}
|
|
2
2
|
<div data-widget-area="mainpost-header">
|
|
3
3
|
{{{ each widgets.mainpost-header }}}
|
|
4
|
-
{widgets.mainpost-header.html}
|
|
4
|
+
{{widgets.mainpost-header.html}}
|
|
5
5
|
{{{ end }}}
|
|
6
6
|
</div>
|
|
7
7
|
{{{ end }}}
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
{{{ if (!./index && widgets.mainpost-footer.length) }}}
|
|
144
144
|
<div data-widget-area="mainpost-footer">
|
|
145
145
|
{{{ each widgets.mainpost-footer }}}
|
|
146
|
-
{widgets.mainpost-footer.html}
|
|
146
|
+
{{widgets.mainpost-footer.html}}
|
|
147
147
|
{{{ end }}}
|
|
148
148
|
</div>
|
|
149
149
|
{{{ end }}}
|