Skip to content

Commit

Permalink
Remove localized from custom_hero_guts template
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezvsr committed Sep 25, 2024
1 parent a284b31 commit a16681c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% if is_publication_article or is_publication_page %}
<div class="mb-2 body-small publication-breadcrumb">
{% for entry in self.breadcrumb_list %}
{% with parent_page=entry.localized %}
{% with parent_page=entry %}
<a href="{{ parent_page.url }}" class="body-small {% if page.hero_text_color == page.HERO_TEXT_COLOR_DARK %} tw-text-black {% endif %}">{{ parent_page.title }}</a>
<span class='body-small {% if page.hero_text_color == page.HERO_TEXT_COLOR_LIGHT %} tw-text-gray-20 {% endif %}' ></span>
{% endwith %}
Expand Down

0 comments on commit a16681c

Please sign in to comment.