remotes/1693045480750635534/spooky-22
Aevann1 2021-11-24 01:09:41 +02:00
parent 357410e5a9
commit 51a79dbe28
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<img loading="lazy" height="30" src="/assets/images/{{'SITE_NAME' | app_config}}/headericon.webp?v=1"> <img loading="lazy" height="30" src="/assets/images/{{'SITE_NAME' | app_config}}/headericon.webp?v=1">
{% if "gigachadlife" in request.host %} {% if "gigachadlife" in request.host %}
<span style="font-weight: bold; font-size: 1.2rem;">GigaChadLife</span> <span style="font-weight: bold; font-size: 1.2rem;">GigaChadLife</span>
{% elif "shithole" not in request.host and 'pcm' not in request.host %} {% elif 'pcm' not in request.host %}
<img loading="lazy" src="/assets/images/{{'SITE_NAME' | app_config}}/logo.webp" height="20"> <img loading="lazy" src="/assets/images/{{'SITE_NAME' | app_config}}/logo.webp" height="20">
{% endif %} {% endif %}
</a> </a>

View File

@ -124,7 +124,7 @@
{% endif %} {% endif %}
{% if p.comment_count == 0 %} {% if not p.comment_count %}
<script> <script>
function poll_vote(cid) { function poll_vote(cid) {
{% if v %} {% if v %}