remotes/1693045480750635534/spooky-22
Aevann1 2022-03-22 02:30:20 +02:00
parent f3391f8e9d
commit c92647d6fe
3 changed files with 3 additions and 4 deletions

View File

@ -25,6 +25,7 @@ if SITE=='pcmemes.net':
data={
"avatar": v.profile_url,
"username":v.username,
"namecolor":v.namecolor,
"text":sanitize(data[:1000].strip()),
"time": time.strftime("%d %b %Y at %H:%M:%S", time.gmtime(int(time.time()))),
"userlink":v.url

View File

@ -47,7 +47,7 @@
</div>
<script src="/assets/js/socketio.js"></script>
<script src="/assets/js/chat.js?v=11"></script>
<script src="/assets/js/chat.js?v=12"></script>
<style>

View File

@ -33,10 +33,8 @@
<a href="/" class="navbar-brand mr-auto">
{% if SITE_NAME == 'Drama' %}
<img alt="header icon" height=33 width=43 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?v=1015">
{% elif SITE_NAME == 'Drama' %}
<img alt="header icon" height=33 width=34 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?v=1015">
{% else %}
<img alt="header icon" height=33 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?v=1015">
<img alt="header icon {% if not sub %}flex-grow-1{% endif %}" height=33 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?v=1015">
{% endif %}
</a>
</div>