From ac6e259d4e694022af03e0542e4d7eb3e3360d7c Mon Sep 17 00:00:00 2001 From: Brian Maltzan Date: Fri, 23 Jun 2023 12:02:36 -0400 Subject: [PATCH] remove broken urls --- browse/templates/home/home.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/browse/templates/home/home.html b/browse/templates/home/home.html index dc058a63c..eb2c23002 100644 --- a/browse/templates/home/home.html +++ b/browse/templates/home/home.html @@ -88,9 +88,13 @@

{{ groups[group_key].name }}

{%- if group_key == 'grp_physics' and archive_key not in categories -%}
includes: {%- elif group_key == 'cs' -%} -
includes (see detailed description): +
includes: + {#- (see detailed description): + -#} {%- elif group_key != 'grp_physics' -%} -
includes (see detailed description): +
includes: + {#- (see detailed description): + -#} {%- endif -%} {% for category_key, category_details in categories.items()|sort(attribute='1.name') if categories[category_key].in_archive == archive_key %}