fix prev commit

master
Aevann 2024-08-01 02:26:45 +03:00
parent 43d9b0f31b
commit f902631ab3
1 changed files with 9 additions and 3 deletions

View File

@ -9,14 +9,20 @@
{% else %} {% else %}
<title>{{SITE_NAME}}{% if TAGLINES %}: {{TAGLINES|random}}{% endif %}</title> <title>{{SITE_NAME}}{% if TAGLINES %}: {{TAGLINES|random}}{% endif %}</title>
{% endif %} {% endif %}
{% elif request.path == '/community' %}
<title>Community</title>
{% else %} {% else %}
{{super()}} {{super()}}
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block pagetitle %}{{SITE_NAME if not hole else '/h/' ~ hole.name}}{% endblock %} {% block pagetitle %}
{% if hole %}
{{'/h/' ~ hole.name}}
{% elif request.path == '/community' %}
Community
{% else %}
{{SITE_NAME}}
{% endif %}
{% endblock %}
{% block desktopBanner %} {% block desktopBanner %}
{%- set search_placeholder = "Search" -%} {%- set search_placeholder = "Search" -%}