Skip to content

Commit

Permalink
Merge pull request #1 from sassukeuchiha/sassukeuchiha-navbar
Browse files Browse the repository at this point in the history
Updating navigation bar
  • Loading branch information
pranav767 authored Jan 17, 2023
2 parents 016a35e + eebcaed commit 65effc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% if forloop.last %}
/ {{ page.title | downcase }}
{% else %}
/ <a href="{{ site.baseurl }}{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' | replace:'without-plugin/','without-plugins/' }}{% endfor %}">{{ crumb | replace:'-',' ' | remove:'.html' | lowercase }}</a>
/ <a href="{{ site.baseurl }}{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | replace:'without-plugin/','without-plugins/'}}{% unless forloop.last %}/{% endunless %}{% endfor %}">{{ crumb | replace:'-',' ' | remove:'.html' | lowercase }}</a>
{% endif %}
{% endfor %}
</div>
Expand Down

0 comments on commit 65effc5

Please sign in to comment.