hexo-breadcrumb
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "hexo-breadcrumb", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An useful tool for generate breadcrumb navigation with JSON-LD for hexo posts ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,2 +23,7 @@ # hexo-breadcrumb | ||
Second, print out the breadcrumb in post layout | ||
```ejs | ||
<%- post.breadcrumb.html %> | ||
``` | ||
# Tips | ||
@@ -25,0 +30,0 @@ * To overwrite homepage link do same as below: |
4158
41