cosmetic corrections

This commit is contained in:
yggverse 2026-03-05 22:11:22 +02:00
parent e52ed711ba
commit 2bf0c79d1d

View file

@ -107,8 +107,9 @@
<div class="float-right"> <div class="float-right">
<strong> <strong>
<a href="/">{{ title }}</a> | <a href="/">{{ title }}</a> |
<a href="https://store.steampowered.com/app/70/HalfLife/" target="_blank" title="v{{ version }}">Game</a> | <a href="https://store.steampowered.com/app/70/HalfLife/" target="_blank">Game</a> |
<a href="https://github.com/FWGS/xash3d-fwgs" target="_blank" title="v{{ version }}">Xash3D</a> | <a href="https://github.com/FWGS/xash3d-fwgs" target="_blank">Xash3D</a> |
<a href="http://[222:a8e4:50cd:55c:788e:b0a5:4e2f:a92c]/yggdrasil:games:half_life_on_xash3d" target="_blank">Docs</a> |
<a href="https://github.com/YGGverse/hlstate-rs" target="_blank" title="v{{ version }}">GitHub</a> <a href="https://github.com/YGGverse/hlstate-rs" target="_blank" title="v{{ version }}">GitHub</a>
</strong> </strong>
</div> </div>
@ -121,7 +122,7 @@
{% if masters %} {% if masters %}
<ul> <ul>
{% for master in masters %} {% for master in masters %}
<li class="online">{{ master }}</li> <li{# class="online" #}>{{ master }}</li>
{% endfor %} {% endfor %}
<ul> <ul>
{% endif %} {% endif %}