Skip to content

Commit

Permalink
Merge pull request #49 from nkdAgility/updates/20230511
Browse files Browse the repository at this point in the history
updated name title
  • Loading branch information
MrHinsh authored May 11, 2023
2 parents 42cafee + f932cb0 commit 5cd4716
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/_includes/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="d-flex flex-row mb-3">
<div><a href='/learn/' title="">Learn</a></div>
<div> &nbsp;&rsaquo;&nbsp; </div>
<div><a href='{{ site.baseurl }}/'>Overview</a></div>
<div><a href='{{ site.baseurl }}/'>{{site.title}}</a></div>
{% assign crumbs = page.url | split: '/' %}
{% for crumb in crumbs offset: 1 %}
{% if forloop.last %}
Expand Down

0 comments on commit 5cd4716

Please sign in to comment.