From 5767a19ede48779ffc4bb30187f9b26e4c9d169a Mon Sep 17 00:00:00 2001 From: Helena Rasche Date: Mon, 23 Sep 2024 09:28:57 +0200 Subject: [PATCH] comment out docker images while unmaintained --- _includes/instance-dropdown.html | 4 +++- _layouts/topic.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/instance-dropdown.html b/_includes/instance-dropdown.html index f97b4073477bc4..f8d00f61fa7c96 100644 --- a/_includes/instance-dropdown.html +++ b/_includes/instance-dropdown.html @@ -4,7 +4,7 @@ {% assign supported_inexactly = own_material.supported_servers.inexact | size %} {% assign supported = supported_exactly | plus: supported_inexactly %} -{% if supported > 0 or include.docker %} +{% if supported > 0 %} @@ -44,6 +44,7 @@ {% endfor %} {% endif %} + {% endif %} diff --git a/_layouts/topic.html b/_layouts/topic.html index 91ee81518faa1c..f37fd66097999f 100644 --- a/_layouts/topic.html +++ b/_layouts/topic.html @@ -63,6 +63,7 @@

{{ subtopic[1].subtopic.title }}

{{ content }} {% if topic.type == "use" %} + {% endif %} {% unless topic.tag_based %}