From e60fb54040421484d600806d8a27fb88b3daa164 Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Mon, 1 Jan 2024 15:08:25 +0100 Subject: [PATCH] Move discontinued mods out of the main dropdown --- _layouts/default.liquid | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_layouts/default.liquid b/_layouts/default.liquid index 0fded5ce..71f32c6d 100644 --- a/_layouts/default.liquid +++ b/_layouts/default.liquid @@ -39,11 +39,16 @@ diff --git a/index.html b/index.html index d2651447..da86d15c 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

Our Minecraft Mods

{%- assign mods = site.mods | where_exp: "mod", "mod.discontinued != true" -%} {% include mod_listing.liquid mods=mods %}
-

Discontinued Mods

+

Discontinued Mods

Minecraft mods that we no longer maintain for various reasons

{%- assign mods = site.mods | where_exp: "mod", "mod.discontinued" -%}