Skip to content

Commit

Permalink
fix: home on breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Jul 8, 2024
1 parent 7bbe754 commit 2d3f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% assign pageType = page.collection %}
<div class="breadcrumbs">
{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
<a href="{{ site.baseurl | replace: "/core", "/home"}}">Home</a>
<a href="{{ site.baseurl | replace: "/dpp", "/home"}}">Home</a>
{% if pageType == 'unlocode-lists' %}
/ <a href="{{ 'unlocode-about' | absolute_url }}">UN/LOCODEs</a>
{% else %}
Expand Down

0 comments on commit 2d3f735

Please sign in to comment.