forked from MarseyWorld/MarseyWorld
fds
parent
f3391f8e9d
commit
c92647d6fe
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue