nodebb-theme-persona 14.2.24 → 14.2.25
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
|
<div component="groups/container" class="groups details">
|
|
2
2
|
|
|
3
|
-
<div component="groups/cover" style="background-image: url({group.cover:url}); background-position: {group.cover:position};">
|
|
3
|
+
<div component="groups/cover" style="background-image: url({group.cover:url}??{config.cache-buster}); background-position: {group.cover:position};">
|
|
4
4
|
{{{ if group.isOwner }}}
|
|
5
5
|
<div class="controls">
|
|
6
6
|
<span class="upload"><i class="fa fa-fw fa-4x fa-upload"></i></span>
|