Update sidebar_WPD.html

master
gooseman 2022-05-24 17:28:16 -04:00 committed by GitHub
parent 9db419fcdf
commit 7ad1030725
1 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,12 @@
<img class="mb-4" alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="{{image}}" width=100%>
{{g.counter}} USERS HERE NOW<br><br>
<div style="text-align: center; font-size: initial;">
<i class="fas fa-globe px-1"></i>
<span>{{g.counter}}</span>
<span> USERS HERE NOW</span>
</div>
<br>
{% if sub %}
{% if sub.sidebar_html %}
@ -56,4 +61,4 @@
</pre>
</div>
</div>