You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2class="{% if page.old_mcversions contains mcversion %}text-light{% endif %}">
152
+
<divclass="margin10 no-margin-left no-margin-right padding10 no-padding-top no-padding-bottom bg-grayLighter {% if mcversion != "all" and mcversion != "snapshots" andsite.supported_mcversionscontainsmcversion%}fg-gray{%elsifmcversion!= "all" andmcversion!= "snapshots"%}fg-grayLight{%else%}fg-gray{%endif%}set-border">
153
+
<h2class="{% if mcversion != "all" and mcversion != "snapshots" andsite.supported_mcversionscontainsmcversion%}{%else%}{%ifmcversion!= "all" andmcversion!= "snapshots" %}text-light{%endif%}{%endif%}">
203
154
{%- if mcversion == "all" -%}
204
155
Latest Wurst Updates
205
156
{%- elsif mcversion == "snapshots" -%}
206
157
Snapshots, Pre-Releases, etc.
207
158
{%- else -%}
208
159
Wurst for Minecraft {% if site.mc_version_aliases[mcversion] %}{{ site.mc_version_aliases[mcversion] }}{% else %}{{ mcversion }}{% endif %}
209
-
{%- if page.old_mcversions contains mcversion %}
160
+
{%- unless mcversion == "all" or mcversion == "snapshots" or site.supported_mcversions contains mcversion %}
210
161
<spanclass="tag fg-white bg-amber" style="cursor: help;vertical-align: baseline;" title="I'm no longer maintaining this version. You can still use it, but any bugs or missing features will not be fixed.">OLD</span>
0 commit comments