Skip to content

Commit

Permalink
remove broken urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltzan committed Jun 23, 2023
1 parent 9251445 commit ac6e259
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions browse/templates/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,13 @@ <h2>{{ groups[group_key].name }}</h2>
{%- if group_key == 'grp_physics' and archive_key not in categories -%}
<br/>includes:
{%- elif group_key == 'cs' -%}
<br/>includes (see <a href="{{url_for('archive', archive=archive_key)}}" id="details-{{ archive_key }}" aria-labelledby="details-{{ archive_key }} main-{{ archive_key }}">detailed description</a>):
<br/>includes:
{#- (see <a href="{{url_for('archive', archive=archive_key)}}" id="details-{{ archive_key }}" aria-labelledby="details-{{ archive_key }} main-{{ archive_key }}">detailed description</a>):
-#}
{%- elif group_key != 'grp_physics' -%}
<br/>includes (see <a href="{{url_for('desc_' ~ archive_key)}}" id="details-{{ archive_key }}" aria-labelledby="details-{{ archive_key }} main-{{ archive_key }}">detailed description</a>):
<br/>includes:
{#- (see <a href="{{url_for('desc_' ~ archive_key)}}" id="details-{{ archive_key }}" aria-labelledby="details-{{ archive_key }} main-{{ archive_key }}">detailed description</a>):
-#}
{%- endif -%}

{% for category_key, category_details in categories.items()|sort(attribute='1.name') if categories[category_key].in_archive == archive_key %}
Expand Down

0 comments on commit ac6e259

Please sign in to comment.