mirror of
https://github.com/YGGverse/HLState.git
synced 2025-02-05 19:54:13 +00:00
fix title tag condition
This commit is contained in:
parent
3d35f47ac9
commit
0d8ff8da5f
@ -45,7 +45,7 @@
|
||||
{% endmacro %}
|
||||
{% from _self import sort %}
|
||||
{% extends 'default/layout.html.twig' %}
|
||||
{% block head_title_content %}{% if server.name %}{{ server.name }}{% else %}#{{ server.crc32server }}{% endif %} - {{ app.name }}{% endblock %}
|
||||
{% block head_title_content %}{% if server.name %}{{ server.name }}{% elseif server.info.HostName %}{{ server.info.HostName }}{% else %}#{{ server.crc32server }}{% endif %} - {{ app.name }}{% endblock %}
|
||||
{% block main_content %}
|
||||
<div class="border-default padding-8-px margin-y-8-px">
|
||||
<h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user