Skip to content

Commit

Permalink
direct links to hashreference of taxonomy name in facility
Browse files Browse the repository at this point in the history
  • Loading branch information
eselkin committed Sep 4, 2024
1 parent ea6009c commit ee92f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/facilities/health_service.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{% if location.entity.status and facility != empty %}
<li class="vads-u-margin-bottom--2">
<va-link
href="{{ facility.entityUrl.path }}"
href="{{ facility.entityUrl.path }}/#{{serviceTaxonomy.name | hashReference: 60}}"
text="{{ facility.title }}"
>
</va-link>
Expand Down

0 comments on commit ee92f43

Please sign in to comment.