You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,14 @@ Smart and fast breadcrumbs for posts, pages and collections with SEO support, op
36
36
{% include nav-breadcrumbs.html %}
37
37
```
38
38
39
-
2.Integrate your icon as SVG into icon.svg or an image in icon.html. If you do not want an icon as home breadcrumb change the line in nav-breadcrumbs.html
39
+
2.As default the root breadcrumb is visible as *Start*. If you want to integrate an image as root breadcrumb, e.g. as SVG, update the icon.svg with your SVG. If you want to integrate a other image type update icon.html. Also change the line of code in nav-breadcrumbs.html from
* If you use [jekyll-language-plugin](https://github.com/vwochnik/jekyll-language-plugin) jekyll-breadcrumbs will translate each breadcrumb item if YAML *subset* in the page is set. If so this plugin will seek at first for *breadcrumb* within the subset of the language file, if breadcrumb is not found in the langauge file it will look for title within the subset.
0 commit comments