Skip to content

Commit

Permalink
switch home breadcrumb to use location variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gavtaylor committed Dec 14, 2023
1 parent 16e2713 commit 170e281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_themes/ukf/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ <h2><a href="/docs/webcel/">Webcelerator</a></h2>
<div id="main-menu-container">

<ul id="breadcrumb">
<li><a href="/docs/">Home</a> &gt;</li>
<li><a href="{{ pathto(master_doc) }}">Home</a> &gt;</li>
{%- for parent in parents -%}
<li><a href="{{ parent.link|e }}">{{ parent.title }}</a> &gt;</li>
{%- endfor -%}
Expand Down

0 comments on commit 170e281

Please sign in to comment.